Bump version number for new release

pull/21/head
Miepee 5 years ago
parent 906ec2cefe
commit fc4b720dff

@ -20,7 +20,7 @@ namespace AM2RLauncher
public class LauncherUpdater
{
/// <summary>The Version that identifies this current release.</summary>
static readonly public string VERSION = "2.1.1";
static readonly public string VERSION = "2.1.2";
/// <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

Loading…
Cancel
Save