diff options
author | Zoryn <Zoryn4163@users.noreply.github.com> | 2016-03-21 14:34:09 -0400 |
---|---|---|
committer | Zoryn <Zoryn4163@users.noreply.github.com> | 2016-03-21 14:34:09 -0400 |
commit | 452b1dd1846149561293d2584c5419438cc2be9d (patch) | |
tree | b432e27488ffd9e41aefe97f510e48417239dc60 /StardewModdingAPI/Constants.cs | |
parent | f09fbc87831268a518a7a648a51bfd1170d2ff6d (diff) | |
parent | 51d293e29e04761d2d341d892e05ad5a94698bec (diff) | |
download | SMAPI-452b1dd1846149561293d2584c5419438cc2be9d.tar.gz SMAPI-452b1dd1846149561293d2584c5419438cc2be9d.tar.bz2 SMAPI-452b1dd1846149561293d2584c5419438cc2be9d.zip |
Merge pull request #41 from Zoryn4163/master
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"; |