diff options
author | Jesse Plamondon-Willard <github@jplamondonw.com> | 2017-10-12 22:20:56 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <github@jplamondonw.com> | 2017-10-12 22:20:56 -0400 |
commit | b3ac93a0dcc3ff40d3fed0e1ad293619f9522524 (patch) | |
tree | e507ca4f177ba0305941eaf3a8f42005445226de /src/SMAPI/Constants.cs | |
parent | 1e19a170be1d540e815f89c1ae60c2b53f6123bf (diff) | |
download | SMAPI-b3ac93a0dcc3ff40d3fed0e1ad293619f9522524.tar.gz SMAPI-b3ac93a0dcc3ff40d3fed0e1ad293619f9522524.tar.bz2 SMAPI-b3ac93a0dcc3ff40d3fed0e1ad293619f9522524.zip |
bump version for 2.0-beta.2
Diffstat (limited to 'src/SMAPI/Constants.cs')
-rw-r--r-- | src/SMAPI/Constants.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/SMAPI/Constants.cs b/src/SMAPI/Constants.cs index 4d0a9ca9..23cb67f9 100644 --- a/src/SMAPI/Constants.cs +++ b/src/SMAPI/Constants.cs @@ -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"); |