summaryrefslogtreecommitdiff
path: root/src/SMAPI
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2020-02-22 12:03:09 -0500
committerJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2020-02-22 12:03:09 -0500
commit585b23797e262073e0738069eff61e90819216b7 (patch)
treeca5fdd5f27c24f8d90665cb369e50f4580ce24fc /src/SMAPI
parentb8636fdf2fb341029e16f0b9b51c07735d2a71d8 (diff)
downloadSMAPI-585b23797e262073e0738069eff61e90819216b7.tar.gz
SMAPI-585b23797e262073e0738069eff61e90819216b7.tar.bz2
SMAPI-585b23797e262073e0738069eff61e90819216b7.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 443ca7a6..670dc494 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.2.0");
+ public static ISemanticVersion ApiVersion { get; } = new Toolkit.SemanticVersion("3.3.0");
/// <summary>The minimum supported version of Stardew Valley.</summary>
public static ISemanticVersion MinimumGameVersion { get; } = new GameVersion("1.4.1");