diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2022-12-01 19:43:56 -0500 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2022-12-01 19:43:56 -0500 |
commit | a2944eed5c635ecf9afaefe9cf377f049a40731f (patch) | |
tree | 6e2819b221d9519f2f35ed463ad0c54a14eea058 /src/SMAPI | |
parent | 4c66aa63c53cd98e0fe63568747181ad9eb24a58 (diff) | |
download | SMAPI-a2944eed5c635ecf9afaefe9cf377f049a40731f.tar.gz SMAPI-a2944eed5c635ecf9afaefe9cf377f049a40731f.tar.bz2 SMAPI-a2944eed5c635ecf9afaefe9cf377f049a40731f.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 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> |