summaryrefslogtreecommitdiff
path: root/src/SMAPI
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2022-12-01 19:43:56 -0500
committerJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2022-12-01 19:43:56 -0500
commita2944eed5c635ecf9afaefe9cf377f049a40731f (patch)
tree6e2819b221d9519f2f35ed463ad0c54a14eea058 /src/SMAPI
parent4c66aa63c53cd98e0fe63568747181ad9eb24a58 (diff)
downloadSMAPI-a2944eed5c635ecf9afaefe9cf377f049a40731f.tar.gz
SMAPI-a2944eed5c635ecf9afaefe9cf377f049a40731f.tar.bz2
SMAPI-a2944eed5c635ecf9afaefe9cf377f049a40731f.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 02e75e05..c5058e4b 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.0";
+ internal static string RawApiVersion = "3.18.1";
}
/// <summary>Contains SMAPI's constants and assumptions.</summary>