summaryrefslogtreecommitdiff
path: root/src/SMAPI/Constants.cs
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <github@jplamondonw.com>2017-10-12 22:20:56 -0400
committerJesse Plamondon-Willard <github@jplamondonw.com>2017-10-12 22:20:56 -0400
commitb3ac93a0dcc3ff40d3fed0e1ad293619f9522524 (patch)
treee507ca4f177ba0305941eaf3a8f42005445226de /src/SMAPI/Constants.cs
parent1e19a170be1d540e815f89c1ae60c2b53f6123bf (diff)
downloadSMAPI-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.cs2
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");