update versioning

This commit is contained in:
BubbaGumpShrump 2024-12-31 02:10:53 -05:00
parent c17821c8f4
commit 3a575bc668
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
$TrackRver = "2.03"
$TrackRver = "2.05"
# Path to the config file
$appName = "AutoTrackR2"

View file

@ -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()