Update VersionInfo.cs
This commit is contained in:
parent
c138e38951
commit
b9d8af8854
|
@ -10,7 +10,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.9.2";
|
||||
public static readonly string MainVersion = "2.10";
|
||||
|
||||
public static readonly string ReleaseDate = "May 3, 2023";
|
||||
|
||||
|
|
Loading…
Reference in New Issue