Bump version

This commit is contained in:
YoshiRulz 2021-10-03 09:13:15 +10:00
parent 167bfeb4c0
commit e553eafee2
No known key found for this signature in database
GPG Key ID: C4DE31C245353FB7
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ namespace BizHawk.Common
/// Bump this immediately after release.
/// Only use '0'..'9' and '.' or it will fail to parse and the new version notification won't work.
/// </remarks>
public static readonly string MainVersion = "2.6.3";
public static readonly string MainVersion = "2.6.4";
public static readonly string ReleaseDate = "October 1, 2021";