fix year in release date, doesn't matter for releases but dev builds might as well be accurate

This commit is contained in:
adelikat 2021-01-17 11:57:29 -06:00
parent 7749d02382
commit 76b4ef6016
1 changed files with 1 additions and 1 deletions

View File

@ -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";