diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2021-01-25 21:53:11 -0500 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2021-01-25 21:53:11 -0500 |
commit | f1505b0ebe5c8fa7cf3c160231f0ed7d1bd6619a (patch) | |
tree | 104d6fb0415287524dbad32431a6d6249155d93b /src/SMAPI/Constants.cs | |
parent | d0dc3ea6f6d03e6aabdab5f5f10a60177f0e53b6 (diff) | |
parent | 082028016993606e8deec84027c781d77e062caa (diff) | |
download | SMAPI-f1505b0ebe5c8fa7cf3c160231f0ed7d1bd6619a.tar.gz SMAPI-f1505b0ebe5c8fa7cf3c160231f0ed7d1bd6619a.tar.bz2 SMAPI-f1505b0ebe5c8fa7cf3c160231f0ed7d1bd6619a.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 2adafbbf..57c40bbf 100644 --- a/src/SMAPI/Constants.cs +++ b/src/SMAPI/Constants.cs @@ -54,7 +54,7 @@ namespace StardewModdingAPI ** Public ****/ /// <summary>SMAPI's current semantic version.</summary> - public static ISemanticVersion ApiVersion { get; } = new Toolkit.SemanticVersion("3.9.0"); + public static ISemanticVersion ApiVersion { get; } = new Toolkit.SemanticVersion("3.9.1"); /// <summary>The minimum supported version of Stardew Valley.</summary> public static ISemanticVersion MinimumGameVersion { get; } = new GameVersion("1.5.4"); |