summaryrefslogtreecommitdiff
path: root/src/SMAPI/Constants.cs
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2019-09-13 18:20:27 -0400
committerJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2019-09-13 18:20:27 -0400
commitb7b8b001c5c2dc5d2c9fc1347532ca29368c2325 (patch)
treeb704dc64b6b6fef72615bac8950d5eff3c80ea89 /src/SMAPI/Constants.cs
parentfb04b67a2b91ce3a3b2b2f160b4266eeea624e67 (diff)
downloadSMAPI-b7b8b001c5c2dc5d2c9fc1347532ca29368c2325.tar.gz
SMAPI-b7b8b001c5c2dc5d2c9fc1347532ca29368c2325.tar.bz2
SMAPI-b7b8b001c5c2dc5d2c9fc1347532ca29368c2325.zip
update 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 cb3aa26e..9d686e2f 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("2.11.2");
+ public static ISemanticVersion ApiVersion { get; } = new Toolkit.SemanticVersion("2.11.3");
/// <summary>The minimum supported version of Stardew Valley.</summary>
public static ISemanticVersion MinimumGameVersion { get; } = new GameVersion("1.3.36");