diff options
| author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2021-01-22 21:04:48 -0500 |
|---|---|---|
| committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2021-01-22 21:04:48 -0500 |
| commit | 733750fdc4f5d16069d95880144619c0e31e8a89 (patch) | |
| tree | 02896d970c7650d8f7c8b84f54e53eddab88b4ca /src/SMAPI | |
| parent | 4b5dd0f2c9ed530e97a783aedb3de73425d24516 (diff) | |
| download | SMAPI-733750fdc4f5d16069d95880144619c0e31e8a89.tar.gz SMAPI-733750fdc4f5d16069d95880144619c0e31e8a89.tar.bz2 SMAPI-733750fdc4f5d16069d95880144619c0e31e8a89.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 36745ea7..2adafbbf 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.4"); + public static ISemanticVersion ApiVersion { get; } = new Toolkit.SemanticVersion("3.9.0"); /// <summary>The minimum supported version of Stardew Valley.</summary> public static ISemanticVersion MinimumGameVersion { get; } = new GameVersion("1.5.4"); |
