diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2021-05-03 18:11:06 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2021-05-03 18:11:06 -0400 |
commit | 3447e2f575c2c83af729777e4d37e93f4c2a6467 (patch) | |
tree | e1eab3352287ef04b5de4cdc28b550e255d58c3f /src/SMAPI | |
parent | 2cc5509e9828fd5194ca6ef7ae9ea23bd3628971 (diff) | |
download | SMAPI-3447e2f575c2c83af729777e4d37e93f4c2a6467.tar.gz SMAPI-3447e2f575c2c83af729777e4d37e93f4c2a6467.tar.bz2 SMAPI-3447e2f575c2c83af729777e4d37e93f4c2a6467.zip |
prepare for release
Diffstat (limited to 'src/SMAPI')
-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 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> |