We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0666c21 commit 2aa3312Copy full SHA for 2aa3312
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.9.2";
+ public static readonly string MainVersion = "2.10";
14
15
- public static readonly string ReleaseDate = "May 3, 2023";
+ public static readonly string ReleaseDate = "January 7th, 2025";
16
17
public static readonly string HomePage = "https://tasvideos.org/BizHawk";
18
0 commit comments