summaryrefslogtreecommitdiff
path: root/src/SMAPI
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2021-05-03 18:11:06 -0400
committerJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2021-05-03 18:11:06 -0400
commit3447e2f575c2c83af729777e4d37e93f4c2a6467 (patch)
treee1eab3352287ef04b5de4cdc28b550e255d58c3f /src/SMAPI
parent2cc5509e9828fd5194ca6ef7ae9ea23bd3628971 (diff)
downloadSMAPI-3447e2f575c2c83af729777e4d37e93f4c2a6467.tar.gz
SMAPI-3447e2f575c2c83af729777e4d37e93f4c2a6467.tar.bz2
SMAPI-3447e2f575c2c83af729777e4d37e93f4c2a6467.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 161e92b4..3c21b205 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.9.5";
+ internal static string RawApiVersion = "3.10.0";
}
/// <summary>Contains SMAPI's constants and assumptions.</summary>