Bump version info post-release

This commit is contained in:
YoshiRulz 2023-05-04 08:10:07 +10:00
parent 99fb1ba905
commit 384a4e1e18
No known key found for this signature in database
GPG Key ID: C4DE31C245353FB7
1 changed files with 2 additions and 2 deletions

View File

@ -11,9 +11,9 @@ 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.9.1";
public static readonly string MainVersion = "2.9.2";
public static readonly string ReleaseDate = "April 7, 2023";
public static readonly string ReleaseDate = "May 3, 2023";
public static readonly string HomePage = "https://tasvideos.org/BizHawk";