diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2020-10-16 20:14:35 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2020-10-16 20:14:35 -0400 |
commit | e20d26adcf7276c7f12ab9ab6ea0311953aa5194 (patch) | |
tree | cf7de9adbc144797f00954d2e3574ac8393bec7a /src/SMAPI/Constants.cs | |
parent | c87cd3b0028de6e9b4ed0eaacbc73cb83d64cd46 (diff) | |
parent | 4aecc2aabadd7b969aebd4c8914f433fc079fd53 (diff) | |
download | SMAPI-e20d26adcf7276c7f12ab9ab6ea0311953aa5194.tar.gz SMAPI-e20d26adcf7276c7f12ab9ab6ea0311953aa5194.tar.bz2 SMAPI-e20d26adcf7276c7f12ab9ab6ea0311953aa5194.zip |
Merge branch 'develop' into stable
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 3927d477..754ab295 100644 --- a/src/SMAPI/Constants.cs +++ b/src/SMAPI/Constants.cs @@ -51,7 +51,7 @@ namespace StardewModdingAPI ** Public ****/ /// <summary>SMAPI's current semantic version.</summary> - public static ISemanticVersion ApiVersion { get; } = new Toolkit.SemanticVersion("3.7.4"); + public static ISemanticVersion ApiVersion { get; } = new Toolkit.SemanticVersion("3.7.5"); /// <summary>The minimum supported version of Stardew Valley.</summary> public static ISemanticVersion MinimumGameVersion { get; } = new GameVersion("1.4.1"); |