diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2021-01-03 14:31:10 -0500 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2021-01-03 14:31:10 -0500 |
commit | 2b3f0506a16622b25a702aae250e10005287c4f4 (patch) | |
tree | c93f0650f6f79a95016c29526f8af437ad91a815 /src/SMAPI | |
parent | 8b9fc0dce79a23d37238ad773a45d97c1a4f1f92 (diff) | |
download | SMAPI-2b3f0506a16622b25a702aae250e10005287c4f4.tar.gz SMAPI-2b3f0506a16622b25a702aae250e10005287c4f4.tar.bz2 SMAPI-2b3f0506a16622b25a702aae250e10005287c4f4.zip |
prepare 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 9d5501a3..ef996c0f 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.8.1"); + public static ISemanticVersion ApiVersion { get; } = new Toolkit.SemanticVersion("3.8.2"); /// <summary>The minimum supported version of Stardew Valley.</summary> public static ISemanticVersion MinimumGameVersion { get; } = new GameVersion("1.5.1"); |