diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2019-03-17 21:34:44 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2019-03-17 21:34:44 -0400 |
commit | 4a494c67bdfe2c07ef5c49c55541a0f6e29627cf (patch) | |
tree | 684714b18faba6d4413a106f885bcba18a2e5edb /src/SMAPI/Constants.cs | |
parent | 2a976f7236869fe929fa273deafe2b1b9661c3c4 (diff) | |
download | SMAPI-4a494c67bdfe2c07ef5c49c55541a0f6e29627cf.tar.gz SMAPI-4a494c67bdfe2c07ef5c49c55541a0f6e29627cf.tar.bz2 SMAPI-4a494c67bdfe2c07ef5c49c55541a0f6e29627cf.zip |
prepare for 2.11.1 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 07557cd3..ca541513 100644 --- a/src/SMAPI/Constants.cs +++ b/src/SMAPI/Constants.cs @@ -20,7 +20,7 @@ namespace StardewModdingAPI ** Public ****/ /// <summary>SMAPI's current semantic version.</summary> - public static ISemanticVersion ApiVersion { get; } = new Toolkit.SemanticVersion("2.11.0"); + public static ISemanticVersion ApiVersion { get; } = new Toolkit.SemanticVersion("2.11.1"); /// <summary>The minimum supported version of Stardew Valley.</summary> public static ISemanticVersion MinimumGameVersion { get; } = new GameVersion("1.3.36"); |