summaryrefslogtreecommitdiff
path: root/src/SMAPI
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2018-12-07 16:32:17 -0500
committerJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2018-12-07 16:32:17 -0500
commit2b3fb71f6a67cb275a71c5f86040db3286310364 (patch)
treee0e1f96a2e8a24c116a437126c89cc4ba5a1c430 /src/SMAPI
parent085b1be28cc9ecc323f9a29bc319c43a3cfd13e5 (diff)
downloadSMAPI-2b3fb71f6a67cb275a71c5f86040db3286310364.tar.gz
SMAPI-2b3fb71f6a67cb275a71c5f86040db3286310364.tar.bz2
SMAPI-2b3fb71f6a67cb275a71c5f86040db3286310364.zip
update for release
Diffstat (limited to 'src/SMAPI')
-rw-r--r--src/SMAPI/Constants.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/SMAPI/Constants.cs b/src/SMAPI/Constants.cs
index 6a1cd188..959ab3c7 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.9.0");
+ public static ISemanticVersion ApiVersion { get; } = new Toolkit.SemanticVersion("2.9.1");
/// <summary>The minimum supported version of Stardew Valley.</summary>
public static ISemanticVersion MinimumGameVersion { get; } = new GameVersion("1.3.32");