diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2021-09-03 18:36:12 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2021-09-03 18:36:12 -0400 |
commit | 6d4ea7f0bd584602632e6e308d52bb369b30006f (patch) | |
tree | 3e30c3172e6c0bb3e422036581684593156fad22 /src/SMAPI | |
parent | 9f1c4549345ba20d799cf46ee44851a1f61f561e (diff) | |
download | SMAPI-6d4ea7f0bd584602632e6e308d52bb369b30006f.tar.gz SMAPI-6d4ea7f0bd584602632e6e308d52bb369b30006f.tar.bz2 SMAPI-6d4ea7f0bd584602632e6e308d52bb369b30006f.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 ebb504db..d0c693bf 100644 --- a/src/SMAPI/Constants.cs +++ b/src/SMAPI/Constants.cs @@ -54,7 +54,7 @@ namespace StardewModdingAPI internal static int? LogScreenId { get; set; } /// <summary>SMAPI's current raw semantic version.</summary> - internal static string RawApiVersion = "3.12.5"; + internal static string RawApiVersion = "3.12.6"; } /// <summary>Contains SMAPI's constants and assumptions.</summary> |