diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2022-07-06 22:25:45 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2022-07-06 22:25:45 -0400 |
commit | bcb9e25d8666d2c1384515063ffbf987c36b8b0e (patch) | |
tree | ec19cdd7567125e47cfd49c7c044fc09f09f6b2f /src/SMAPI/Constants.cs | |
parent | 9c9552531f8f085cded6ed5158503e75b00be1ff (diff) | |
download | SMAPI-bcb9e25d8666d2c1384515063ffbf987c36b8b0e.tar.gz SMAPI-bcb9e25d8666d2c1384515063ffbf987c36b8b0e.tar.bz2 SMAPI-bcb9e25d8666d2c1384515063ffbf987c36b8b0e.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 33468717..d733e61e 100644 --- a/src/SMAPI/Constants.cs +++ b/src/SMAPI/Constants.cs @@ -52,7 +52,7 @@ namespace StardewModdingAPI internal static int? LogScreenId { get; set; } /// <summary>SMAPI's current raw semantic version.</summary> - internal static string RawApiVersion = "3.15.0"; + internal static string RawApiVersion = "3.15.1"; } /// <summary>Contains SMAPI's constants and assumptions.</summary> |