From 3a575bc66859386c96e0c6c1b6d9b36b71ac9192 Mon Sep 17 00:00:00 2001
From: BubbaGumpShrump <joshua.p.farrell@gmail.com>
Date: Tue, 31 Dec 2024 02:10:53 -0500
Subject: [PATCH] update versioning

---
 AutoTrackR2/KillTrackR_MainScript.ps1 | 2 +-
 AutoTrackR2/UpdatePage.xaml.cs        | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/AutoTrackR2/KillTrackR_MainScript.ps1 b/AutoTrackR2/KillTrackR_MainScript.ps1
index b761761..e812779 100644
--- a/AutoTrackR2/KillTrackR_MainScript.ps1
+++ b/AutoTrackR2/KillTrackR_MainScript.ps1
@@ -1,4 +1,4 @@
-$TrackRver = "2.03"
+$TrackRver = "2.05"
 
 # Path to the config file
 $appName = "AutoTrackR2"
diff --git a/AutoTrackR2/UpdatePage.xaml.cs b/AutoTrackR2/UpdatePage.xaml.cs
index 063fb03..dacca57 100644
--- a/AutoTrackR2/UpdatePage.xaml.cs
+++ b/AutoTrackR2/UpdatePage.xaml.cs
@@ -9,7 +9,7 @@ namespace AutoTrackR2
 {
     public partial class UpdatePage : UserControl
     {
-        private string currentVersion = "v2.04-release";
+        private string currentVersion = "v2.05-release";
         private string latestVersion;
 
         public UpdatePage()