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 d4dc260 commit bd31773Copy full SHA for bd31773
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.0";
+ public static readonly string MainVersion = "2.6.1";
15
16
- public static readonly string ReleaseDate = "January 17, 2021";
+ public static readonly string ReleaseDate = "February 21, 2021";
17
18
public static readonly string HomePage = "http://tasvideos.org/BizHawk.html";
19
0 commit comments