We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f847fe commit dbaf259Copy full SHA for dbaf259
src/BizHawk.Common/VersionInfo.cs
@@ -11,9 +11,9 @@ public static partial class VersionInfo
11
/// Bump this immediately after release.
12
/// Only use '0'..'9' and '.' or it will fail to parse and the new version notification won't work.
13
/// </remarks>
14
- public static readonly string MainVersion = "2.6.4";
+ public static readonly string MainVersion = "2.7.0";
15
16
- public static readonly string ReleaseDate = "October 1, 2021";
+ public static readonly string ReleaseDate = "November 12, 2021";
17
18
public static readonly string HomePage = "http://tasvideos.org/BizHawk.html";
19
0 commit comments