Skip to content

Commit

Permalink
chore: bump to 2.13.9
Browse files Browse the repository at this point in the history
  • Loading branch information
akiver committed Oct 13, 2019
1 parent 44ff970 commit 648c31d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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.13.8");
public static Version APP_VERSION = new Version("2.13.9");
private const string MATCH_LIST_FILENAME = "matches.dat";
public const string PROCESS_NAME = "CSGODemosManager";
public const string CSGO_PROCESS_NAME = "csgo";
Expand Down
4 changes: 2 additions & 2 deletions Manager/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("2.13.8.0")]
[assembly: AssemblyFileVersion("2.13.8.0")]
[assembly: AssemblyVersion("2.13.9.0")]
[assembly: AssemblyFileVersion("2.13.9.0")]
[assembly: Guid("11a35f95-5f2e-4781-964e-94d624fff358")]
[assembly: NeutralResourcesLanguage("en-US")]

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.13.8"
#define AppVer "2.13.9"
#define AppName "CSGO Demos Manager"
#define ExeName "CSGODemosManager.exe"
#define AppWebsite "https://www.csgo-demos-manager.com"
Expand Down

0 comments on commit 648c31d

Please sign in to comment.