mirror of
https://github.com/BubbaGumpShrump/AutoTrackR2.git
synced 2025-05-05 18:15:30 +00:00
update versioning
This commit is contained in:
parent
c17821c8f4
commit
3a575bc668
2 changed files with 2 additions and 2 deletions
AutoTrackR2
|
@ -1,4 +1,4 @@
|
|||
$TrackRver = "2.03"
|
||||
$TrackRver = "2.05"
|
||||
|
||||
# Path to the config file
|
||||
$appName = "AutoTrackR2"
|
||||
|
|
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue