From 619c25b69ad38394dd8f8288d29f3c8f6e1b9b23 Mon Sep 17 00:00:00 2001 From: YoshiRulz Date: Sat, 8 Apr 2023 05:12:57 +1000 Subject: [PATCH] Bump version --- 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 c523ad5b3d..86f28b824b 100644 --- a/src/BizHawk.Common/VersionInfo.cs +++ b/src/BizHawk.Common/VersionInfo.cs @@ -11,9 +11,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"; + public static readonly string MainVersion = "2.9.1"; - public static readonly string ReleaseDate = "February 19, 2022"; + public static readonly string ReleaseDate = "April 7, 2023"; public static readonly string HomePage = "https://tasvideos.org/BizHawk";