We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27b6ea6 commit 93fc924Copy full SHA for 93fc924
Version/VersionInfo.cs
@@ -2,9 +2,9 @@
2
3
internal static class VersionInfo
4
{
5
- 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
6
7
- public static readonly string RELEASEDATE = "June 3, 2017";
+ public static readonly string RELEASEDATE = "June 25, 2017";
8
public static readonly bool DeveloperBuild = false;
9
10
public static readonly string HomePage = "http://tasvideos.org/BizHawk.html";
0 commit comments