From d0c0b1fdb3ee2561fe32225a6c7aa74f24d6c63b Mon Sep 17 00:00:00 2001 From: YoshiRulz Date: Mon, 22 Feb 2021 21:18:24 +1000 Subject: [PATCH] Bump version for dev builds --- 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 ad81ddf05e..e18122baa1 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. /// - public static readonly string MainVersion = "2.6.1"; + public static readonly string MainVersion = "2.6.2"; public static readonly string ReleaseDate = "February 21, 2021";