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 a29655f commit 5ce8134Copy full SHA for 5ce8134
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.5.0");
+ public static Version APP_VERSION = new Version("2.6.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
private const string MATCH_LIST_FILENAME = "matches.dat";
0 commit comments