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 a4c2f2c commit cb18bbeCopy full SHA for cb18bbe
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.3.2");
+ public static Version APP_VERSION = new Version("2.4.0");
16
// Don't forget to put your Steam API key into the file "steam_api_key.txt"
17
public static string STEAM_API_KEY = Properties.Resources.steam_api_key;
18
0 commit comments