Update VersionInfo.cs

This commit is contained in:
feos 2024-08-31 09:46:54 +03:00 committed by GitHub
parent c138e38951
commit b9d8af8854
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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";