diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2021-11-30 17:13:53 -0500 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2021-11-30 17:13:53 -0500 |
commit | b294ac1203aa78575f8c72f0be1ee9d3edff15ab (patch) | |
tree | a96f1b62b3aeba3d5b12ad7496de06a94d39c977 /src/SMAPI/Constants.cs | |
parent | 919bbe94aa027c8a4ff8db4bdb50e8e2a28c48d9 (diff) | |
download | SMAPI-b294ac1203aa78575f8c72f0be1ee9d3edff15ab.tar.gz SMAPI-b294ac1203aa78575f8c72f0be1ee9d3edff15ab.tar.bz2 SMAPI-b294ac1203aa78575f8c72f0be1ee9d3edff15ab.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 3ae8661a..cf4bb677 100644 --- a/src/SMAPI/Constants.cs +++ b/src/SMAPI/Constants.cs @@ -49,7 +49,7 @@ namespace StardewModdingAPI internal static int? LogScreenId { get; set; } /// <summary>SMAPI's current raw semantic version.</summary> - internal static string RawApiVersion = "3.12.8"; + internal static string RawApiVersion = "3.13.0"; } /// <summary>Contains SMAPI's constants and assumptions.</summary> |