Skip to content

Commit

Permalink
update release version and date
Browse files Browse the repository at this point in the history
  • Loading branch information
adelikat committed Jan 17, 2021
1 parent 070cc59 commit 58d24cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/BizHawk.Common/VersionInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ public static partial class VersionInfo
/// 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.5.3";
public static readonly string MainVersion = "2.6.0";

public static readonly string ReleaseDate = "September 12, 2020";
public static readonly string ReleaseDate = "January 17, 2020";

public static readonly string HomePage = "http://tasvideos.org/BizHawk.html";

Expand Down

0 comments on commit 58d24cd

Please sign in to comment.