bump version for 1.0-beta2

This commit is contained in:
Jesse Plamondon-Willard 2016-11-09 12:12:38 -05:00
parent af6746ef75
commit 01ed95267e
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ namespace StardewModdingAPI
** Accessors
*********/
/// <summary>SMAPI's current semantic version.</summary>
public static readonly Version Version = new Version(1, 0, 0, "beta");
public static readonly Version Version = new Version(1, 0, 0, "beta2");
/// <summary>The minimum supported version of Stardew Valley.</summary>
public const string MinimumGameVersion = "1.1";