From 269a325a7a7e57cd9cadd8a68e800de333f71989 Mon Sep 17 00:00:00 2001 From: ClxS Date: Tue, 4 Oct 2016 18:12:02 +0100 Subject: Altered version number --- src/StardewModdingAPI/Constants.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/StardewModdingAPI/Constants.cs b/src/StardewModdingAPI/Constants.cs index 87e67126..edc1162f 100644 --- a/src/StardewModdingAPI/Constants.cs +++ b/src/StardewModdingAPI/Constants.cs @@ -10,7 +10,7 @@ namespace StardewModdingAPI /// public static class Constants { - public static readonly Version Version = new Version(0, 40, 0, "1.1"); + public static readonly Version Version = new Version(0, 40, 0, "1.1-2"); /// /// Not quite "constant", but it makes more sense for it to be here, at least for now -- cgit