From d09135ba4fd6386d46e130226c296ecbdc4c999b Mon Sep 17 00:00:00 2001 From: brotoskyj Date: Fri, 23 Aug 2024 18:32:11 -0400 Subject: [PATCH] Updated Version Number --- CHAMP.ps1 | 4 ++-- version.txt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHAMP.ps1 b/CHAMP.ps1 index f70aaac..5d55036 100644 --- a/CHAMP.ps1 +++ b/CHAMP.ps1 @@ -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" diff --git a/version.txt b/version.txt index 110014d..21efdc5 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -2024.2.19 \ No newline at end of file +2024.09.01 \ No newline at end of file