diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2018-11-19 15:08:17 -0500 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2018-11-19 15:08:17 -0500 |
commit | 5de81464cea4b70b68d1ed344b89a161f88bc213 (patch) | |
tree | 89029142622f76a5b4cde4adb6c98844f2f2b0c3 /src/SMAPI/Constants.cs | |
parent | 845d38169c18a15e6ba01911e9740cf732a171bd (diff) | |
download | SMAPI-5de81464cea4b70b68d1ed344b89a161f88bc213.tar.gz SMAPI-5de81464cea4b70b68d1ed344b89a161f88bc213.tar.bz2 SMAPI-5de81464cea4b70b68d1ed344b89a161f88bc213.zip |
bump version for release
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 6969bd7e..b71c6195 100644 --- a/src/SMAPI/Constants.cs +++ b/src/SMAPI/Constants.cs @@ -29,7 +29,7 @@ namespace StardewModdingAPI ** Public ****/ /// <summary>SMAPI's current semantic version.</summary> - public static ISemanticVersion ApiVersion { get; } = new Toolkit.SemanticVersion("2.8.1"); + public static ISemanticVersion ApiVersion { get; } = new Toolkit.SemanticVersion("2.8.2"); /// <summary>The minimum supported version of Stardew Valley.</summary> public static ISemanticVersion MinimumGameVersion { get; } = new GameVersion("1.3.32"); |