diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2022-10-10 20:03:01 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2022-10-10 20:03:01 -0400 |
commit | 5739745b76d8c339dee6af0123e310dab6ebcf07 (patch) | |
tree | ec501f538ab43c43e32aea29f695acf0164f4189 /src/SMAPI/Constants.cs | |
parent | 474c76183b601dc9ebd238a9acb69cd71f598af0 (diff) | |
download | SMAPI-5739745b76d8c339dee6af0123e310dab6ebcf07.tar.gz SMAPI-5739745b76d8c339dee6af0123e310dab6ebcf07.tar.bz2 SMAPI-5739745b76d8c339dee6af0123e310dab6ebcf07.zip |
prepare for release
Diffstat (limited to 'src/SMAPI/Constants.cs')
-rw-r--r-- | src/SMAPI/Constants.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/SMAPI/Constants.cs b/src/SMAPI/Constants.cs index 31dafa8e..ea41a4ee 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.17.0"; + internal static string RawApiVersion = "3.17.1"; } /// <summary>Contains SMAPI's constants and assumptions.</summary> |