From 49ebb5175b790124448a506a6bf2bd0278c59e42 Mon Sep 17 00:00:00 2001 From: Zoryn Aaron Date: Wed, 30 Mar 2016 18:37:53 -0400 Subject: ticks up version. changes build path to be just /bin/[debug|release] --- 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 83789b85..d1079f61 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, 4, "Alpha"); + public static readonly Version Version = new Version(0, 39, 5, "Alpha"); /// /// Not quite "constant", but it makes more sense for it to be here, at least for now -- cgit