Skip to content

Commit

Permalink
chore: bump to 2.11.2
Browse files Browse the repository at this point in the history
  • Loading branch information
akiver committed Mar 5, 2017
1 parent a916746 commit 4f5cca8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Core/AppSettings.cs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ public static class AppSettings
public static string AUTHOR = "AkiVer";
public static string APP_NAME = "CSGO Demos Manager";
public static string APP_WEBSITE = "https://csgo-demos-manager.com";
public static Version APP_VERSION = new Version("2.11.1");
public static Version APP_VERSION = new Version("2.11.2");
private const string MATCH_LIST_FILENAME = "matches.dat";
public const string PROCESS_NAME = "CSGODemosManager";
public const string CSGO_PROCESS_NAME = "csgo";
Expand Down
2 changes: 1 addition & 1 deletion setup.iss
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#define AppVer "2.11.1"
#define AppVer "2.11.2"
#define AppName "CSGO Demos Manager"
#define ExeName "CSGODemosManager.exe"
#define AppWebsite "https://www.csgo-demos-manager.com"
Expand Down

0 comments on commit 4f5cca8

Please sign in to comment.