summaryrefslogtreecommitdiff
path: root/src/SMAPI
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2021-12-05 19:10:28 -0500
committerJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2021-12-05 19:10:28 -0500
commit5b5dd47c22a1332a4c432d6a1cd414b5c83388d7 (patch)
treec164325cf57fb43e4375e94dc584fbc3ab3ceeb5 /src/SMAPI
parentf4ca7dd228390f030735195357e81e5170bcd474 (diff)
downloadSMAPI-5b5dd47c22a1332a4c432d6a1cd414b5c83388d7.tar.gz
SMAPI-5b5dd47c22a1332a4c432d6a1cd414b5c83388d7.tar.bz2
SMAPI-5b5dd47c22a1332a4c432d6a1cd414b5c83388d7.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 c5ad215c..5de28f84 100644
--- a/src/SMAPI/Constants.cs
+++ b/src/SMAPI/Constants.cs
@@ -49,7 +49,7 @@ namespace StardewModdingAPI
internal static int? LogScreenId { get; set; }
/// <summary>SMAPI's current raw semantic version.</summary>
- internal static string RawApiVersion = "3.13.1";
+ internal static string RawApiVersion = "3.13.2";
}
/// <summary>Contains SMAPI's constants and assumptions.</summary>