diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2018-12-30 17:02:56 -0500 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2018-12-30 17:02:56 -0500 |
commit | 72888fe2edf165580130fb37efdb562c8e3f78bb (patch) | |
tree | 5a146e05975f1f4b40d2e1897d314f02b6d033c2 /src/SMAPI/Constants.cs | |
parent | b3b1b143baf99673f42b65ef7d84e4135bfc6d48 (diff) | |
download | SMAPI-72888fe2edf165580130fb37efdb562c8e3f78bb.tar.gz SMAPI-72888fe2edf165580130fb37efdb562c8e3f78bb.tar.bz2 SMAPI-72888fe2edf165580130fb37efdb562c8e3f78bb.zip |
update 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 9ceaf11d..a0ba67ab 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.10.0"); + public static ISemanticVersion ApiVersion { get; } = new Toolkit.SemanticVersion("2.10.1"); /// <summary>The minimum supported version of Stardew Valley.</summary> public static ISemanticVersion MinimumGameVersion { get; } = new GameVersion("1.3.32"); |