From 3d56e23e8a558d34b3ab7cb5eaa9c196f0f36e89 Mon Sep 17 00:00:00 2001 From: adelikat Date: Fri, 12 Nov 2021 14:33:50 -0600 Subject: [PATCH] bump release 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 c67af12ff5..56c0a30bba 100644 --- a/src/BizHawk.Common/VersionInfo.cs +++ b/src/BizHawk.Common/VersionInfo.cs @@ -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. /// - public static readonly string MainVersion = "2.6.4"; + public static readonly string MainVersion = "2.7.0"; - public static readonly string ReleaseDate = "October 1, 2021"; + public static readonly string ReleaseDate = "November 12, 2021"; public static readonly string HomePage = "http://tasvideos.org/BizHawk.html";