From 2aa331213e01e2c6b2cf81a720f8988350b49c37 Mon Sep 17 00:00:00 2001 From: feos Date: Tue, 7 Jan 2025 18:54:34 +0300 Subject: [PATCH] 2.10 --- 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 e63e74d356..4c97f6cc8f 100644 --- a/src/BizHawk.Common/VersionInfo.cs +++ b/src/BizHawk.Common/VersionInfo.cs @@ -10,9 +10,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.9.2"; + public static readonly string MainVersion = "2.10"; - public static readonly string ReleaseDate = "May 3, 2023"; + public static readonly string ReleaseDate = "January 7th, 2025"; public static readonly string HomePage = "https://tasvideos.org/BizHawk";