summaryrefslogtreecommitdiff
path: root/src/SMAPI
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2020-01-04 22:57:38 -0500
committerJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2020-01-04 22:57:38 -0500
commit48959375b9ef52abf7c7a9404d43aac6ba780047 (patch)
tree260fa7579e1c361283bda09c2616783c3fdb5b9a /src/SMAPI
parentd804526d52e6caa3fbaf22ad043898174b0b25ae (diff)
downloadSMAPI-48959375b9ef52abf7c7a9404d43aac6ba780047.tar.gz
SMAPI-48959375b9ef52abf7c7a9404d43aac6ba780047.tar.bz2
SMAPI-48959375b9ef52abf7c7a9404d43aac6ba780047.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 7fdfb8d0..97204d86 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.0.1");
+ public static ISemanticVersion ApiVersion { get; } = new Toolkit.SemanticVersion("3.1.0");
/// <summary>The minimum supported version of Stardew Valley.</summary>
public static ISemanticVersion MinimumGameVersion { get; } = new GameVersion("1.4.0");