Skip to content

Commit

Permalink
Update version to 2.1.0 to prepare for release.
Browse files Browse the repository at this point in the history
  • Loading branch information
Lojemiru committed Jun 7, 2021
1 parent 9d57293 commit 7171a67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AM2RLauncher/AM2RLauncher/LauncherUpdater.cs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ namespace AM2RLauncher
public class LauncherUpdater
{
/// <summary>The Version that identifies this current release.</summary>
static readonly public string VERSION = "2.0.1";
static readonly public string VERSION = "2.1.0";

/// <summary>The current Running platform.</summary>
static readonly private Platform currentPlatform = Platform.Instance; //needs to be declared here as well, because I can't access the one from eto
Expand Down

0 comments on commit 7171a67

Please sign in to comment.