From af37ad15f4580de3f74fe1d3265abebefa323572 Mon Sep 17 00:00:00 2001 From: ClxS Date: Fri, 1 Apr 2016 20:23:07 +0100 Subject: updated version string --- 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 d1079f61..99f0c2fc 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, 5, "Alpha"); + public static readonly Version Version = new Version(0, 39, 6, "Alpha"); /// /// Not quite "constant", but it makes more sense for it to be here, at least for now -- cgit