From c0b99e43dd8c55f055112f8de2f6a10a36a3510d Mon Sep 17 00:00:00 2001 From: CJB Date: Tue, 5 Apr 2016 15:34:26 +0200 Subject: [PATCH] Version 0.40.0 --- StardewModdingAPI/Constants.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/StardewModdingAPI/Constants.cs b/StardewModdingAPI/Constants.cs index 7ec60965..0dd387b3 100644 --- a/StardewModdingAPI/Constants.cs +++ b/StardewModdingAPI/Constants.cs @@ -10,7 +10,7 @@ namespace StardewModdingAPI /// public static class Constants { - public static readonly Version Version = new Version(0, 39, 7, "Alpha"); + public static readonly Version Version = new Version(0, 40, 0, "Alpha"); /// /// Not quite "constant", but it makes more sense for it to be here, at least for now