Skip to content

Commit

Permalink
chore: bump to 2.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
akiver committed Dec 5, 2017
1 parent fd32377 commit 96a4763
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
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.2");
public static Version APP_VERSION = new Version("2.12.0");
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
@@ -1,4 +1,4 @@
#define AppVer "2.11.2"
#define AppVer "2.12.0"
#define AppName "CSGO Demos Manager"
#define ExeName "CSGODemosManager.exe"
#define AppWebsite "https://www.csgo-demos-manager.com"
Expand Down

0 comments on commit 96a4763

Please sign in to comment.