Updated Version Number

This commit is contained in:
brotoskyj
2024-08-23 18:32:11 -04:00
parent 8bd06aab44
commit d09135ba4f
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -1317,12 +1317,12 @@ $Form1.FormBorderStyle = [System.Windows.Forms.FormBorderStyle]::FixedDialog
$Form1.MaximizeBox = $false
$Form1.Name = "Form1"
$Form1.StartPosition = [System.Windows.Forms.FormStartPosition]::CenterParent
$Form1.Text = "CHAMP - 2024.2.19"
$Form1.Text = "CHAMP - 2024.09.01"
Function preflight () {
$preflightCounter = [int] 0
$preflightDependancies = ""
Write-Host "Running Pre-Flight checks...`n"
$currentVersion = "2024.2.19"
$currentVersion = "2024.09.01"
$version = Invoke-WebRequest -URI https://git.racooncity.org/brotoskyj/CHAMP/raw/branch/master/version.txt | Select-Object -ExpandProperty Content
Write-Host "Version Check:"
Write-Host "Local Version: $currentVersion"