summaryrefslogtreecommitdiff
path: root/src/SMAPI/Constants.cs
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2020-03-24 21:02:05 -0400
committerJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2020-03-24 21:02:05 -0400
commit31db04f4a0814193c98f8875b09aa9bbfa7e0ec5 (patch)
treeb43fd6d2a3ad21e477e57eb440523ed73578a0ad /src/SMAPI/Constants.cs
parent68def4aa8a0a7909948849fc7be971eba05b6bb2 (diff)
downloadSMAPI-31db04f4a0814193c98f8875b09aa9bbfa7e0ec5.tar.gz
SMAPI-31db04f4a0814193c98f8875b09aa9bbfa7e0ec5.tar.bz2
SMAPI-31db04f4a0814193c98f8875b09aa9bbfa7e0ec5.zip
prepare for release
Diffstat (limited to 'src/SMAPI/Constants.cs')
-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 d66e9d6b..128e23bd 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.4.0");
+ public static ISemanticVersion ApiVersion { get; } = new Toolkit.SemanticVersion("3.4.1");
/// <summary>The minimum supported version of Stardew Valley.</summary>
public static ISemanticVersion MinimumGameVersion { get; } = new GameVersion("1.4.1");