diff --git a/AM2RLauncher/AM2RLauncherLib/Core.cs b/AM2RLauncher/AM2RLauncherLib/Core.cs
index 17a31c4..14762c5 100644
--- a/AM2RLauncher/AM2RLauncherLib/Core.cs
+++ b/AM2RLauncher/AM2RLauncherLib/Core.cs
@@ -15,7 +15,7 @@ public static class Core
public static readonly ILog Log = LogManager.GetLogger(typeof(Core));
/// The Version that identifies this current release.
- public const string Version = "2.2.0";
+ public const string Version = "2.3.0";
///
/// Indicates whether or not we have established an internet connection.