From ebd9cde0631c158713f3ca0e3fbb37f113e2ce7c Mon Sep 17 00:00:00 2001 From: YoshiRulz Date: Wed, 8 Jan 2025 03:10:58 +1000 Subject: [PATCH] Bump `VersionInfo.MainVersion` 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 4c97f6cc8f..f7b374dd99 100644 --- a/src/BizHawk.Common/VersionInfo.cs +++ b/src/BizHawk.Common/VersionInfo.cs @@ -10,7 +10,7 @@ public static partial class VersionInfo /// 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.10"; + public static readonly string MainVersion = "2.10.1"; public static readonly string ReleaseDate = "January 7th, 2025";