From f104807193bd5a4bffdd67d52967ab844038775e Mon Sep 17 00:00:00 2001 From: adelikat Date: Sat, 12 Sep 2020 20:36:29 -0500 Subject: [PATCH] update version info --- src/BizHawk.Common/VersionInfo.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/BizHawk.Common/VersionInfo.cs b/src/BizHawk.Common/VersionInfo.cs index d5b4a5d8b1..7cbd62887a 100644 --- a/src/BizHawk.Common/VersionInfo.cs +++ b/src/BizHawk.Common/VersionInfo.cs @@ -6,8 +6,8 @@ namespace BizHawk.Common public static partial class VersionInfo { // keep this updated at every major release - public const string MainVersion = "2.5.0"; // Use numbers only or the new version notification won't work - public const string ReleaseDate = "August 30, 2020"; + public const string MainVersion = "2.5.1"; // Use numbers only or the new version notification won't work + public const string ReleaseDate = "September 12, 2020"; public const string HomePage = "http://tasvideos.org/BizHawk.html"; public static readonly bool DeveloperBuild = false;