summaryrefslogtreecommitdiff
path: root/src/SMAPI/Constants.cs
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2021-11-30 17:13:53 -0500
committerJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2021-11-30 17:13:53 -0500
commitb294ac1203aa78575f8c72f0be1ee9d3edff15ab (patch)
treea96f1b62b3aeba3d5b12ad7496de06a94d39c977 /src/SMAPI/Constants.cs
parent919bbe94aa027c8a4ff8db4bdb50e8e2a28c48d9 (diff)
downloadSMAPI-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.cs2
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>