diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2022-08-29 18:18:21 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2022-08-29 18:18:21 -0400 |
commit | 8b6c732d7168edacf44d4dbabd8613f2c38ebc19 (patch) | |
tree | 1283afab68c42fd1f426dfdf363c9d0e473f72cc /src/SMAPI | |
parent | 47a68fbb7bb6afc9ecaa3a13b450ddc865754de8 (diff) | |
download | SMAPI-8b6c732d7168edacf44d4dbabd8613f2c38ebc19.tar.gz SMAPI-8b6c732d7168edacf44d4dbabd8613f2c38ebc19.tar.bz2 SMAPI-8b6c732d7168edacf44d4dbabd8613f2c38ebc19.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 c79a72ef..14aaf166 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.16.0"; + internal static string RawApiVersion = "3.16.1"; } /// <summary>Contains SMAPI's constants and assumptions.</summary> |