Bump version

This commit is contained in:
YoshiRulz 2020-10-11 18:31:15 +10:00
parent fa83861501
commit 24d07121e2
No known key found for this signature in database
GPG Key ID: C4DE31C245353FB7
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ namespace BizHawk.Common
public static partial class VersionInfo
{
// keep this updated at every major release
public const string MainVersion = "2.5.2"; // Use numbers only or the new version notification won't work
public const string MainVersion = "2.5.3"; // Use numbers only or the new version notification won't work
public const string ReleaseDate = "September 12, 2020";
public const string HomePage = "http://tasvideos.org/BizHawk.html";
public static readonly bool DeveloperBuild = true;