diff options
author | Zoryn Aaron <zoryn4163@gmail.com> | 2016-03-21 14:33:10 -0400 |
---|---|---|
committer | Zoryn Aaron <zoryn4163@gmail.com> | 2016-03-21 14:33:10 -0400 |
commit | 51d293e29e04761d2d341d892e05ad5a94698bec (patch) | |
tree | b432e27488ffd9e41aefe97f510e48417239dc60 /StardewModdingAPI/Constants.cs | |
parent | f09fbc87831268a518a7a648a51bfd1170d2ff6d (diff) | |
download | SMAPI-51d293e29e04761d2d341d892e05ad5a94698bec.tar.gz SMAPI-51d293e29e04761d2d341d892e05ad5a94698bec.tar.bz2 SMAPI-51d293e29e04761d2d341d892e05ad5a94698bec.zip |
adds 'obsolete' tag to deprecated things. these things will need to be removed in the future. compatability should not be effected.
Diffstat (limited to 'StardewModdingAPI/Constants.cs')
-rw-r--r-- | StardewModdingAPI/Constants.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/StardewModdingAPI/Constants.cs b/StardewModdingAPI/Constants.cs index 0ddae033..fa117ece 100644 --- a/StardewModdingAPI/Constants.cs +++ b/StardewModdingAPI/Constants.cs @@ -35,7 +35,7 @@ namespace StardewModdingAPI public const int MinorVersion = 38; - public const int PatchVersion = 3; + public const int PatchVersion = 4; public const string Build = "Alpha"; |