summaryrefslogtreecommitdiff
path: root/src/SMAPI
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2021-09-03 18:36:12 -0400
committerJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2021-09-03 18:36:12 -0400
commit6d4ea7f0bd584602632e6e308d52bb369b30006f (patch)
tree3e30c3172e6c0bb3e422036581684593156fad22 /src/SMAPI
parent9f1c4549345ba20d799cf46ee44851a1f61f561e (diff)
downloadSMAPI-6d4ea7f0bd584602632e6e308d52bb369b30006f.tar.gz
SMAPI-6d4ea7f0bd584602632e6e308d52bb369b30006f.tar.bz2
SMAPI-6d4ea7f0bd584602632e6e308d52bb369b30006f.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 ebb504db..d0c693bf 100644
--- a/src/SMAPI/Constants.cs
+++ b/src/SMAPI/Constants.cs
@@ -54,7 +54,7 @@ namespace StardewModdingAPI
internal static int? LogScreenId { get; set; }
/// <summary>SMAPI's current raw semantic version.</summary>
- internal static string RawApiVersion = "3.12.5";
+ internal static string RawApiVersion = "3.12.6";
}
/// <summary>Contains SMAPI's constants and assumptions.</summary>