bump version for 2.0-beta.2

This commit is contained in:
Jesse Plamondon-Willard 2017-10-12 22:20:56 -04:00
parent 1e19a170be
commit b3ac93a0dc
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ namespace StardewModdingAPI
** Public
****/
/// <summary>SMAPI's current semantic version.</summary>
public static ISemanticVersion ApiVersion { get; } = new SemanticVersion(2, 0, 0, "beta.1");
public static ISemanticVersion ApiVersion { get; } = new SemanticVersion(2, 0, 0, "beta.2");
/// <summary>The minimum supported version of Stardew Valley.</summary>
public static ISemanticVersion MinimumGameVersion { get; } = new SemanticVersion("1.2.30");