Bump `VersionInfo.MainVersion` for dev builds
This commit is contained in:
parent
dd23282049
commit
ebd9cde063
|
@ -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.10";
|
||||
public static readonly string MainVersion = "2.10.1";
|
||||
|
||||
public static readonly string ReleaseDate = "January 7th, 2025";
|
||||
|
||||
|
|
Loading…
Reference in New Issue