diff options
author | CJB <cjbok@ziggo.nl> | 2016-04-05 15:34:26 +0200 |
---|---|---|
committer | CJB <cjbok@ziggo.nl> | 2016-04-05 15:34:26 +0200 |
commit | c0b99e43dd8c55f055112f8de2f6a10a36a3510d (patch) | |
tree | da1d76c723006def0ad3973b907b0f8dd4bc461c /StardewModdingAPI/Constants.cs | |
parent | 46621d5eee8e581888f01b864c6bc9c79b214f94 (diff) | |
download | SMAPI-c0b99e43dd8c55f055112f8de2f6a10a36a3510d.tar.gz SMAPI-c0b99e43dd8c55f055112f8de2f6a10a36a3510d.tar.bz2 SMAPI-c0b99e43dd8c55f055112f8de2f6a10a36a3510d.zip |
Version 0.40.0
Diffstat (limited to 'StardewModdingAPI/Constants.cs')
-rw-r--r-- | StardewModdingAPI/Constants.cs | 2 |
1 files changed, 1 insertions, 1 deletions
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 /// </summary> 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"); /// <summary> /// Not quite "constant", but it makes more sense for it to be here, at least for now |