diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2022-05-08 20:11:02 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2022-05-08 20:11:02 -0400 |
commit | cbe8b597cb55285dea2bb2c34ab26f148a76bc17 (patch) | |
tree | 9397ece62492cb7d8d95dc01f665c5dca08b5086 /src/SMAPI | |
parent | f8f8b237996a1c883d43e539a379bf713a5fd7be (diff) | |
download | SMAPI-cbe8b597cb55285dea2bb2c34ab26f148a76bc17.tar.gz SMAPI-cbe8b597cb55285dea2bb2c34ab26f148a76bc17.tar.bz2 SMAPI-cbe8b597cb55285dea2bb2c34ab26f148a76bc17.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 b1a9cc82..a289ce4b 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.1"; + internal static string RawApiVersion = "3.14.2"; } /// <summary>Contains SMAPI's constants and assumptions.</summary> |