summaryrefslogtreecommitdiff
path: root/src/SMAPI
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2023-01-09 12:27:29 -0500
committerJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2023-01-09 12:27:29 -0500
commit25b8e13ba827a0512f5089d3bd22e8ed1a15e7ba (patch)
treede020a6dc7e065f725d68ea43b4a3a57eb7ccf8c /src/SMAPI
parente5407417a0cc80f9cb3d7eb7b43bdb207322a4ec (diff)
downloadSMAPI-25b8e13ba827a0512f5089d3bd22e8ed1a15e7ba.tar.gz
SMAPI-25b8e13ba827a0512f5089d3bd22e8ed1a15e7ba.tar.bz2
SMAPI-25b8e13ba827a0512f5089d3bd22e8ed1a15e7ba.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 c5058e4b..482ec816 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.18.1";
+ internal static string RawApiVersion = "3.18.2";
}
/// <summary>Contains SMAPI's constants and assumptions.</summary>