diff options
author | Jesse Plamondon-Willard <github@jplamondonw.com> | 2018-01-21 22:22:44 -0500 |
---|---|---|
committer | Jesse Plamondon-Willard <github@jplamondonw.com> | 2018-01-21 22:22:44 -0500 |
commit | 5c96a10da5801049ee17ffa185dbf19e6d8a2306 (patch) | |
tree | 9302a2a53a68202ac97e86662394a509df499541 /src/SMAPI/Constants.cs | |
parent | 274139eafef34866f8e7d404a52db85c8d89a624 (diff) | |
download | SMAPI-5c96a10da5801049ee17ffa185dbf19e6d8a2306.tar.gz SMAPI-5c96a10da5801049ee17ffa185dbf19e6d8a2306.tar.bz2 SMAPI-5c96a10da5801049ee17ffa185dbf19e6d8a2306.zip |
update for 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 786ae32b..515e9870 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.3"); + public static ISemanticVersion ApiVersion { get; } = new SemanticVersion("2.4.0"); /// <summary>The minimum supported version of Stardew Valley.</summary> public static ISemanticVersion MinimumGameVersion { get; } = new SemanticVersion("1.2.30"); |