Skip to content

Commit

Permalink
chore: bump to 2.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
akiver committed May 15, 2016
1 parent bd71506 commit 4aaef19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/AppSettings.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ public static class AppSettings
public static string AUTHOR = "AkiVer";
public static string APP_NAME = "CSGO Demos Manager";
public static string APP_WEBSITE = "http://csgo-demos-manager.com";
public static Version APP_VERSION = new Version("2.6.1");
public static Version APP_VERSION = new Version("2.6.2");
// Don't forget to put your Steam API key into the file "steam_api_key.txt"
public static string STEAM_API_KEY = Properties.Resources.steam_api_key;
private const string MATCH_LIST_FILENAME = "matches.dat";
Expand Down

0 comments on commit 4aaef19

Please sign in to comment.