diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2022-05-06 19:40:13 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2022-05-06 19:40:13 -0400 |
commit | b45f50b57e3895620a682e2c7a438391dce0c5dd (patch) | |
tree | 436b963d47bd8062ab38b676f57cbfb5c4e99821 /src/SMAPI | |
parent | 09c52fb3f530bb450de5a7b4ba2ca09c1035b3cd (diff) | |
download | SMAPI-b45f50b57e3895620a682e2c7a438391dce0c5dd.tar.gz SMAPI-b45f50b57e3895620a682e2c7a438391dce0c5dd.tar.bz2 SMAPI-b45f50b57e3895620a682e2c7a438391dce0c5dd.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 f5da286a..b1a9cc82 100644 --- a/src/SMAPI/Constants.cs +++ b/src/SMAPI/Constants.cs @@ -50,7 +50,7 @@ namespace StardewModdingAPI internal static int? LogScreenId { get; set; } /// <summary>SMAPI's current raw semantic version.</summary> - internal static string RawApiVersion = "3.14.0"; + internal static string RawApiVersion = "3.14.1"; } /// <summary>Contains SMAPI's constants and assumptions.</summary> |