fix year in release date, doesn't matter for releases but dev builds might as well be accurate
This commit is contained in:
parent
7749d02382
commit
76b4ef6016
|
@ -13,7 +13,7 @@ namespace BizHawk.Common
|
|||
/// </remarks>
|
||||
public static readonly string MainVersion = "2.6.0";
|
||||
|
||||
public static readonly string ReleaseDate = "January 17, 2020";
|
||||
public static readonly string ReleaseDate = "January 17, 2021";
|
||||
|
||||
public static readonly string HomePage = "http://tasvideos.org/BizHawk.html";
|
||||
|
||||
|
|
Loading…
Reference in New Issue