Bump version

This commit is contained in:
James Groom 2022-06-02 21:29:28 +10:00 committed by GitHub
parent 2eb6f83314
commit dd897b659c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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.8.1";
public static readonly string MainVersion = "2.9";
public static readonly string ReleaseDate = "February 19, 2022";