diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2021-08-04 18:34:29 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2021-08-04 18:34:29 -0400 |
commit | b6e058c322f3b904a047ba09cb1701a1bb812e47 (patch) | |
tree | ecc708a23eff963ef0100e764e7238c883a8ff16 /src/SMAPI | |
parent | b6f3ecc143b3a76240775fe75c9b7b643433bbe5 (diff) | |
download | SMAPI-b6e058c322f3b904a047ba09cb1701a1bb812e47.tar.gz SMAPI-b6e058c322f3b904a047ba09cb1701a1bb812e47.tar.bz2 SMAPI-b6e058c322f3b904a047ba09cb1701a1bb812e47.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 c3105202..6cbdeb8e 100644 --- a/src/SMAPI/Constants.cs +++ b/src/SMAPI/Constants.cs @@ -61,7 +61,7 @@ namespace StardewModdingAPI internal static int? LogScreenId { get; set; } /// <summary>SMAPI's current raw semantic version.</summary> - internal static string RawApiVersion = "3.12.1"; + internal static string RawApiVersion = "3.12.2"; } /// <summary>Contains SMAPI's constants and assumptions.</summary> |