summaryrefslogtreecommitdiff
path: root/src/SMAPI/Constants.cs
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2021-08-01 13:11:27 -0400
committerJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2021-08-01 13:11:27 -0400
commitd688cdf8c3c852d4b11cdd046d67c4b35443cc95 (patch)
treee120bc62af72e94e8e924ba124382d0c6f9304de /src/SMAPI/Constants.cs
parentedfb3c9929e685f8b80a6b10895763e81bf41207 (diff)
downloadSMAPI-d688cdf8c3c852d4b11cdd046d67c4b35443cc95.tar.gz
SMAPI-d688cdf8c3c852d4b11cdd046d67c4b35443cc95.tar.bz2
SMAPI-d688cdf8c3c852d4b11cdd046d67c4b35443cc95.zip
prepare for release
Diffstat (limited to 'src/SMAPI/Constants.cs')
-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 6fb796de..3877e17a 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.11.0";
+ internal static string RawApiVersion = "3.12.0";
}
/// <summary>Contains SMAPI's constants and assumptions.</summary>