Skip to content

Commit 2aa3312

Browse files
committed
2.10
1 parent 0666c21 commit 2aa3312

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/BizHawk.Common/VersionInfo.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ public static partial class VersionInfo
1010
/// Bump this immediately after release.
1111
/// Only use '0'..'9' and '.' or it will fail to parse and the new version notification won't work.
1212
/// </remarks>
13-
public static readonly string MainVersion = "2.9.2";
13+
public static readonly string MainVersion = "2.10";
1414

15-
public static readonly string ReleaseDate = "May 3, 2023";
15+
public static readonly string ReleaseDate = "January 7th, 2025";
1616

1717
public static readonly string HomePage = "https://tasvideos.org/BizHawk";
1818

0 commit comments

Comments
 (0)