diff options
author | Jesse Plamondon-Willard <github@jplamondonw.com> | 2017-11-28 18:34:27 -0500 |
---|---|---|
committer | Jesse Plamondon-Willard <github@jplamondonw.com> | 2017-11-28 18:34:27 -0500 |
commit | c81520e0bc3433ca7165fbea9b8eaa31eb53a694 (patch) | |
tree | cdbd1476c55255eefe3aa5dcff9f90c745797d69 /src/SMAPI/Constants.cs | |
parent | 5ae28b2a8caf764e0df0e3bfeca8941db5f4be87 (diff) | |
download | SMAPI-c81520e0bc3433ca7165fbea9b8eaa31eb53a694.tar.gz SMAPI-c81520e0bc3433ca7165fbea9b8eaa31eb53a694.tar.bz2 SMAPI-c81520e0bc3433ca7165fbea9b8eaa31eb53a694.zip |
update for 2.2 release
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 a2dbdd98..c9f9be41 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, 1, 0); + public static ISemanticVersion ApiVersion { get; } = new SemanticVersion(2, 2, 0); /// <summary>The minimum supported version of Stardew Valley.</summary> public static ISemanticVersion MinimumGameVersion { get; } = new SemanticVersion("1.2.30"); |