We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5fc7a97 commit ce77402Copy full SHA for ce77402
src/AppSettings.cs
@@ -12,7 +12,7 @@ public static class AppSettings
12
public static string AUTHOR = "AkiVer";
13
public static string APP_NAME = "CSGO Demos Manager";
14
public static string APP_WEBSITE = "http://csgo-demos-manager.com";
15
- public static Version APP_VERSION = new Version("2.1.1");
+ public static Version APP_VERSION = new Version("2.1.2");
16
public static string REGISTRY_KEY_DIRECTORIES = "directories";
17
// Don't forget to put your Steam API key into the file "steam_api_key.txt"
18
public static string STEAM_API_KEY = Properties.Resources.steam_api_key;
0 commit comments