summaryrefslogtreecommitdiff
path: root/src/SMAPI
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2020-12-21 12:24:43 -0500
committerJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2020-12-21 12:24:43 -0500
commit872a1d5627f20faece618644db1ae4749e124741 (patch)
tree848a7ec8c99e0e1f8335fac41f9e417dc1c86e40 /src/SMAPI
parent77002d3e9965d9afa843a95129c6acb5d1c4a283 (diff)
downloadSMAPI-872a1d5627f20faece618644db1ae4749e124741.tar.gz
SMAPI-872a1d5627f20faece618644db1ae4749e124741.tar.bz2
SMAPI-872a1d5627f20faece618644db1ae4749e124741.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 5aa08887..98d0277b 100644
--- a/src/SMAPI/Constants.cs
+++ b/src/SMAPI/Constants.cs
@@ -54,7 +54,7 @@ namespace StardewModdingAPI
** Public
****/
/// <summary>SMAPI's current semantic version.</summary>
- public static ISemanticVersion ApiVersion { get; } = new Toolkit.SemanticVersion("3.7.6");
+ public static ISemanticVersion ApiVersion { get; } = new Toolkit.SemanticVersion("3.8.0");
/// <summary>The minimum supported version of Stardew Valley.</summary>
public static ISemanticVersion MinimumGameVersion { get; } = new GameVersion("1.5.0");