Skip to content

Commit 00f47f3

Browse files
committed
chore: update to 2.3.1
1 parent 0a2636d commit 00f47f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/AppSettings.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ public static class AppSettings
1212
public static string AUTHOR = "AkiVer";
1313
public static string APP_NAME = "CSGO Demos Manager";
1414
public static string APP_WEBSITE = "http://csgo-demos-manager.com";
15-
public static Version APP_VERSION = new Version("2.3.0");
15+
public static Version APP_VERSION = new Version("2.3.1");
1616
// Don't forget to put your Steam API key into the file "steam_api_key.txt"
1717
public static string STEAM_API_KEY = Properties.Resources.steam_api_key;
1818
// when an update needs to clear data cache, set it to true to prompt the user to save his comments

0 commit comments

Comments
 (0)