summaryrefslogtreecommitdiff
path: root/src/SMAPI
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2020-03-22 19:36:49 -0400
committerJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2020-03-22 19:36:49 -0400
commit6d1494a56c5d04e7bc1ee406810a5a53dea2229a (patch)
treefae7a4e06a14ff7f8d709e2f4d5b8b92b8784a37 /src/SMAPI
parent737e31b531e2064643e4c790673d5053afe683ae (diff)
downloadSMAPI-6d1494a56c5d04e7bc1ee406810a5a53dea2229a.tar.gz
SMAPI-6d1494a56c5d04e7bc1ee406810a5a53dea2229a.tar.bz2
SMAPI-6d1494a56c5d04e7bc1ee406810a5a53dea2229a.zip
prepare 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 3242a12c..d66e9d6b 100644
--- a/src/SMAPI/Constants.cs
+++ b/src/SMAPI/Constants.cs
@@ -20,7 +20,7 @@ namespace StardewModdingAPI
** Public
****/
/// <summary>SMAPI's current semantic version.</summary>
- public static ISemanticVersion ApiVersion { get; } = new Toolkit.SemanticVersion("3.3.2");
+ public static ISemanticVersion ApiVersion { get; } = new Toolkit.SemanticVersion("3.4.0");
/// <summary>The minimum supported version of Stardew Valley.</summary>
public static ISemanticVersion MinimumGameVersion { get; } = new GameVersion("1.4.1");