Skip to content

Commit

Permalink
make v0.69.0 the minimum version
Browse files Browse the repository at this point in the history
  • Loading branch information
buidav committed Oct 1, 2024
1 parent e654fa8 commit ab5a047
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions PowerShell/ScubaGear/Modules/Support/Support.psm1
Original file line number Diff line number Diff line change
Expand Up @@ -244,9 +244,7 @@ function Install-OPAforSCuBA {
)

# Constants
$ACCEPTABLEVERSIONS = '0.59.0', '0.60.0', '0.61.0',
'0.62.1', '0.63.0', '0.64.1',
'0.65.0', '0.66.0', '0.67.1', '0.68.0', [ScubaConfig]::ScubaDefault('DefaultOPAVersion') # End Versions
$ACCEPTABLEVERSIONS = [ScubaConfig]::ScubaDefault('DefaultOPAVersion') # End Versions
$FILENAME = @{ Windows = "opa_windows_amd64.exe"; MacOS = "opa_darwin_amd64"; Linux = "opa_linux_amd64_static"}

# Set prefernces for writing messages
Expand Down

0 comments on commit ab5a047

Please sign in to comment.