Update version info
This commit is contained in:
parent
d4dc260fc4
commit
bd31773d9e
|
@ -11,9 +11,9 @@ namespace BizHawk.Common
|
|||
/// Bump this immediately after release.
|
||||
/// Only use '0'..'9' and '.' or it will fail to parse and the new version notification won't work.
|
||||
/// </remarks>
|
||||
public static readonly string MainVersion = "2.6.0";
|
||||
public static readonly string MainVersion = "2.6.1";
|
||||
|
||||
public static readonly string ReleaseDate = "January 17, 2021";
|
||||
public static readonly string ReleaseDate = "February 21, 2021";
|
||||
|
||||
public static readonly string HomePage = "http://tasvideos.org/BizHawk.html";
|
||||
|
||||
|
|
Loading…
Reference in New Issue