diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2022-01-16 22:57:40 -0500 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2022-01-16 22:57:40 -0500 |
commit | dbed0289d7b7759145dea3e1c5d93df3d68ff116 (patch) | |
tree | c9e3cccb464517e670c059d3cd20dd3357ce24fe /src/SMAPI/Constants.cs | |
parent | 95f4513727193d0048848d10ded465527a4969c9 (diff) | |
download | SMAPI-dbed0289d7b7759145dea3e1c5d93df3d68ff116.tar.gz SMAPI-dbed0289d7b7759145dea3e1c5d93df3d68ff116.tar.bz2 SMAPI-dbed0289d7b7759145dea3e1c5d93df3d68ff116.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 455cfd7e..667491d6 100644 --- a/src/SMAPI/Constants.cs +++ b/src/SMAPI/Constants.cs @@ -49,7 +49,7 @@ namespace StardewModdingAPI internal static int? LogScreenId { get; set; } /// <summary>SMAPI's current raw semantic version.</summary> - internal static string RawApiVersion = "3.13.3"; + internal static string RawApiVersion = "3.13.4"; } /// <summary>Contains SMAPI's constants and assumptions.</summary> |