diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2018-12-07 16:32:17 -0500 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2018-12-07 16:32:17 -0500 |
commit | 2b3fb71f6a67cb275a71c5f86040db3286310364 (patch) | |
tree | e0e1f96a2e8a24c116a437126c89cc4ba5a1c430 /src/SMAPI | |
parent | 085b1be28cc9ecc323f9a29bc319c43a3cfd13e5 (diff) | |
download | SMAPI-2b3fb71f6a67cb275a71c5f86040db3286310364.tar.gz SMAPI-2b3fb71f6a67cb275a71c5f86040db3286310364.tar.bz2 SMAPI-2b3fb71f6a67cb275a71c5f86040db3286310364.zip |
update for release
Diffstat (limited to 'src/SMAPI')
-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 6a1cd188..959ab3c7 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 Toolkit.SemanticVersion("2.9.0"); + public static ISemanticVersion ApiVersion { get; } = new Toolkit.SemanticVersion("2.9.1"); /// <summary>The minimum supported version of Stardew Valley.</summary> public static ISemanticVersion MinimumGameVersion { get; } = new GameVersion("1.3.32"); |