From 93fc9245da421dda1abe4a5ae9006f3f7bd7da4a Mon Sep 17 00:00:00 2001 From: adelikat Date: Sun, 25 Jun 2017 09:41:45 -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 8eaf0ba669..b93cdeee9a 100644 --- a/Version/VersionInfo.cs +++ b/Version/VersionInfo.cs @@ -2,9 +2,9 @@ using System.IO; internal static class VersionInfo { - public const string Mainversion = "1.13.0"; // Use numbers only or the new version notification won't work + public const string Mainversion = "1.13.1"; // Use numbers only or the new version notification won't work - public static readonly string RELEASEDATE = "June 3, 2017"; + public static readonly string RELEASEDATE = "June 25, 2017"; public static readonly bool DeveloperBuild = false; public static readonly string HomePage = "http://tasvideos.org/BizHawk.html";