diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2021-08-01 13:11:27 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2021-08-01 13:11:27 -0400 |
commit | d688cdf8c3c852d4b11cdd046d67c4b35443cc95 (patch) | |
tree | e120bc62af72e94e8e924ba124382d0c6f9304de /src/SMAPI/Constants.cs | |
parent | edfb3c9929e685f8b80a6b10895763e81bf41207 (diff) | |
download | SMAPI-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.cs | 2 |
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> |