diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2022-05-15 19:14:28 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2022-05-15 19:14:28 -0400 |
commit | cd843dc10b902adc32e96e34c5db3ebf98e9a159 (patch) | |
tree | a5897fa7258d4fc9cd79d7a975ce9d3d936b8cc4 /src/SMAPI/Constants.cs | |
parent | 3253797cbab1e49901b9da3701954f93282363fd (diff) | |
download | SMAPI-cd843dc10b902adc32e96e34c5db3ebf98e9a159.tar.gz SMAPI-cd843dc10b902adc32e96e34c5db3ebf98e9a159.tar.bz2 SMAPI-cd843dc10b902adc32e96e34c5db3ebf98e9a159.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 6c9a56cc..357b8db8 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.3"; + internal static string RawApiVersion = "3.14.4"; } /// <summary>Contains SMAPI's constants and assumptions.</summary> |