summaryrefslogtreecommitdiff
path: root/src/SMAPI/Constants.cs
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2020-09-08 18:16:41 -0400
committerJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2020-09-08 18:16:41 -0400
commitd53e033163cfc4a876d6a3341979315a3d937a4f (patch)
tree3a4fc71371d5a1194c2f819444aa7fc32f739830 /src/SMAPI/Constants.cs
parent8a319e94c8619aeb1dfff239c31c7e0b22b053f4 (diff)
downloadSMAPI-d53e033163cfc4a876d6a3341979315a3d937a4f.tar.gz
SMAPI-d53e033163cfc4a876d6a3341979315a3d937a4f.tar.bz2
SMAPI-d53e033163cfc4a876d6a3341979315a3d937a4f.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 7540061d..6017a1d4 100644
--- a/src/SMAPI/Constants.cs
+++ b/src/SMAPI/Constants.cs
@@ -51,7 +51,7 @@ namespace StardewModdingAPI
** Public
****/
/// <summary>SMAPI's current semantic version.</summary>
- public static ISemanticVersion ApiVersion { get; } = new Toolkit.SemanticVersion("3.7.1");
+ public static ISemanticVersion ApiVersion { get; } = new Toolkit.SemanticVersion("3.7.2");
/// <summary>The minimum supported version of Stardew Valley.</summary>
public static ISemanticVersion MinimumGameVersion { get; } = new GameVersion("1.4.1");