Update versions in manifect and win32.ps1

This commit is contained in:
Shivam Mathur 2024-12-01 04:45:08 +05:30
parent e77cdb393f
commit 516490f3d1
No known key found for this signature in database
GPG Key ID: 3E13E4C8591ACC2A
2 changed files with 5 additions and 5 deletions

View File

@ -1,9 +1,9 @@
{ {
"lowest": "8.1", "lowest": "8.1",
"highest": "8.3", "highest": "8.4",
"latest": "8.3", "latest": "8.4",
"nightly": "8.4", "nightly": "8.5",
"5.x": "5.6", "5.x": "5.6",
"7.x": "7.4", "7.x": "7.4",
"8.x": "8.3" "8.x": "8.4"
} }

View File

@ -3,7 +3,7 @@ param (
[ValidateNotNull()] [ValidateNotNull()]
[ValidateLength(1, [int]::MaxValue)] [ValidateLength(1, [int]::MaxValue)]
[string] [string]
$version = '8.2', $version = '8.4',
[Parameter(Position = 1, Mandatory = $true)] [Parameter(Position = 1, Mandatory = $true)]
[ValidateNotNull()] [ValidateNotNull()]
[ValidateLength(1, [int]::MaxValue)] [ValidateLength(1, [int]::MaxValue)]