From dd897b659cefa4ca5b2217f82197833936e002f9 Mon Sep 17 00:00:00 2001 From: James Groom Date: Thu, 2 Jun 2022 21:29:28 +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 c9cf5013a7..c523ad5b3d 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.8.1"; + public static readonly string MainVersion = "2.9"; public static readonly string ReleaseDate = "February 19, 2022";