From e553eafee2223d0cf2962df755a50f413cf33558 Mon Sep 17 00:00:00 2001 From: YoshiRulz <OSSYoshiRulz@gmail.com> Date: Sun, 3 Oct 2021 09:13:15 +1000 Subject: [PATCH] Bump version --- src/BizHawk.Common/VersionInfo.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/BizHawk.Common/VersionInfo.cs b/src/BizHawk.Common/VersionInfo.cs index 195278afb2..c67af12ff5 100644 --- a/src/BizHawk.Common/VersionInfo.cs +++ b/src/BizHawk.Common/VersionInfo.cs @@ -11,7 +11,7 @@ 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. /// </remarks> - public static readonly string MainVersion = "2.6.3"; + public static readonly string MainVersion = "2.6.4"; public static readonly string ReleaseDate = "October 1, 2021";