summaryrefslogtreecommitdiff
path: root/src/SMAPI
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2022-10-09 19:42:24 -0400
committerJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2022-10-09 19:42:24 -0400
commitee77efcc976ef1a5ee64933a6174d2fac9c6d0f9 (patch)
tree2eeecc639014a6558e3d0f3ca41f65b429211412 /src/SMAPI
parent4d2ad379b4198fa7a341c6ba2bb6455d488b414f (diff)
downloadSMAPI-ee77efcc976ef1a5ee64933a6174d2fac9c6d0f9.tar.gz
SMAPI-ee77efcc976ef1a5ee64933a6174d2fac9c6d0f9.tar.bz2
SMAPI-ee77efcc976ef1a5ee64933a6174d2fac9c6d0f9.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 493aebd9..31dafa8e 100644
--- a/src/SMAPI/Constants.cs
+++ b/src/SMAPI/Constants.cs
@@ -52,7 +52,7 @@ namespace StardewModdingAPI
internal static int? LogScreenId { get; set; }
/// <summary>SMAPI's current raw semantic version.</summary>
- internal static string RawApiVersion = "3.16.2";
+ internal static string RawApiVersion = "3.17.0";
}
/// <summary>Contains SMAPI's constants and assumptions.</summary>