From 167bfeb4c0821ac066a006233149e2e3c5b0dbe0 Mon Sep 17 00:00:00 2001 From: feos Date: Fri, 1 Oct 2021 22:23:34 +0300 Subject: [PATCH] update release info --- 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 45dfb204815..195278afb27 100644 --- a/src/BizHawk.Common/VersionInfo.cs +++ b/src/BizHawk.Common/VersionInfo.cs @@ -13,7 +13,7 @@ public static partial class VersionInfo /// public static readonly string MainVersion = "2.6.3"; - public static readonly string ReleaseDate = "May 25, 2021"; + public static readonly string ReleaseDate = "October 1, 2021"; public static readonly string HomePage = "http://tasvideos.org/BizHawk.html";