diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2023-01-09 12:27:29 -0500 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2023-01-09 12:27:29 -0500 |
commit | 25b8e13ba827a0512f5089d3bd22e8ed1a15e7ba (patch) | |
tree | de020a6dc7e065f725d68ea43b4a3a57eb7ccf8c /src/SMAPI | |
parent | e5407417a0cc80f9cb3d7eb7b43bdb207322a4ec (diff) | |
download | SMAPI-25b8e13ba827a0512f5089d3bd22e8ed1a15e7ba.tar.gz SMAPI-25b8e13ba827a0512f5089d3bd22e8ed1a15e7ba.tar.bz2 SMAPI-25b8e13ba827a0512f5089d3bd22e8ed1a15e7ba.zip |
prepare for release
Diffstat (limited to 'src/SMAPI')
-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 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> |