We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2620f2d commit 4eee583Copy full SHA for 4eee583
src/BizHawk.Common/VersionInfo.cs
@@ -10,9 +10,9 @@ public static partial class VersionInfo
10
/// Bump this immediately after release.
11
/// Only use '0'..'9' and '.' or it will fail to parse and the new version notification won't work.
12
/// </remarks>
13
- public static readonly string MainVersion = "2.10.1";
+ public static readonly string MainVersion = "2.11";
14
15
- public static readonly string ReleaseDate = "January 7th, 2025";
+ public static readonly string ReleaseDate = "September 20th, 2025";
16
17
public static readonly string HomePage = "https://tasvideos.org/BizHawk";
18
0 commit comments