From 51d293e29e04761d2d341d892e05ad5a94698bec Mon Sep 17 00:00:00 2001 From: Zoryn Aaron Date: Mon, 21 Mar 2016 14:33:10 -0400 Subject: adds 'obsolete' tag to deprecated things. these things will need to be removed in the future. compatability should not be effected. --- StardewModdingAPI/Constants.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'StardewModdingAPI/Constants.cs') 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"; -- cgit