diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2019-09-13 18:20:27 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2019-09-13 18:20:27 -0400 |
commit | b7b8b001c5c2dc5d2c9fc1347532ca29368c2325 (patch) | |
tree | b704dc64b6b6fef72615bac8950d5eff3c80ea89 /src/SMAPI/Constants.cs | |
parent | fb04b67a2b91ce3a3b2b2f160b4266eeea624e67 (diff) | |
download | SMAPI-b7b8b001c5c2dc5d2c9fc1347532ca29368c2325.tar.gz SMAPI-b7b8b001c5c2dc5d2c9fc1347532ca29368c2325.tar.bz2 SMAPI-b7b8b001c5c2dc5d2c9fc1347532ca29368c2325.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 cb3aa26e..9d686e2f 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.2"); + public static ISemanticVersion ApiVersion { get; } = new Toolkit.SemanticVersion("2.11.3"); /// <summary>The minimum supported version of Stardew Valley.</summary> public static ISemanticVersion MinimumGameVersion { get; } = new GameVersion("1.3.36"); |