From bb9858d4787b3da2ca03ad67216b4096a08736f1 Mon Sep 17 00:00:00 2001 From: adelikat Date: Sat, 23 Jun 2018 13:49:48 -0500 Subject: [PATCH] update version info --- Version/VersionInfo.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Version/VersionInfo.cs b/Version/VersionInfo.cs index bac39e9e1c..dc4117cc13 100644 --- a/Version/VersionInfo.cs +++ b/Version/VersionInfo.cs @@ -2,8 +2,8 @@ using System.IO; internal static class VersionInfo { - public const string Mainversion = "2.2.2"; // Use numbers only or the new version notification won't work - public static readonly string RELEASEDATE = "March 16, 2018"; + public const string Mainversion = "2.3.0"; // Use numbers only or the new version notification won't work + public static readonly string RELEASEDATE = "June 23, 2018"; public static readonly bool DeveloperBuild = false; public static readonly string HomePage = "http://tasvideos.org/BizHawk.html";