diff options
| author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2020-11-21 14:08:04 -0500 |
|---|---|---|
| committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2020-11-21 14:08:04 -0500 |
| commit | a0cb83ed406fc0447e8edf00e680585005480d23 (patch) | |
| tree | efc2f877a6f41869a40b6d0a320e6d5c4fd591ca /src/SMAPI | |
| parent | cfdf783c2dfe659ff4bc656f720ddbf5c16c871a (diff) | |
| download | SMAPI-a0cb83ed406fc0447e8edf00e680585005480d23.tar.gz SMAPI-a0cb83ed406fc0447e8edf00e680585005480d23.tar.bz2 SMAPI-a0cb83ed406fc0447e8edf00e680585005480d23.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 754ab295..88f79811 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.5"); + public static ISemanticVersion ApiVersion { get; } = new Toolkit.SemanticVersion("3.7.6"); /// <summary>The minimum supported version of Stardew Valley.</summary> public static ISemanticVersion MinimumGameVersion { get; } = new GameVersion("1.4.1"); |
