summaryrefslogtreecommitdiff
path: root/src/SMAPI
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2022-05-22 14:38:33 -0400
committerJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2022-05-22 14:38:33 -0400
commit336cc1cc0f250c96ee23d45e1e08569b67a2e562 (patch)
treeddea4c6e4531a10c698d9757a57ae24c6732bff7 /src/SMAPI
parent7e7ac459a54a607de5843be37ea4b222058d5d3e (diff)
downloadSMAPI-336cc1cc0f250c96ee23d45e1e08569b67a2e562.tar.gz
SMAPI-336cc1cc0f250c96ee23d45e1e08569b67a2e562.tar.bz2
SMAPI-336cc1cc0f250c96ee23d45e1e08569b67a2e562.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 357b8db8..b2916a8d 100644
--- a/src/SMAPI/Constants.cs
+++ b/src/SMAPI/Constants.cs
@@ -50,7 +50,7 @@ namespace StardewModdingAPI
internal static int? LogScreenId { get; set; }
/// <summary>SMAPI's current raw semantic version.</summary>
- internal static string RawApiVersion = "3.14.4";
+ internal static string RawApiVersion = "3.14.5";
}
/// <summary>Contains SMAPI's constants and assumptions.</summary>