diff options
author | Zoryn <Zoryn4163@users.noreply.github.com> | 2016-03-23 16:45:11 -0400 |
---|---|---|
committer | Zoryn <Zoryn4163@users.noreply.github.com> | 2016-03-23 16:45:11 -0400 |
commit | 112305161688eb4d88ccfc79b5636eca6e0ab1d9 (patch) | |
tree | be8564d3fdf8d4a2eb92b8e4d2304fcbb20368ae /StardewModdingAPI/Constants.cs | |
parent | 7654bcc92ba1ffbed1169dee995627f6d4d99805 (diff) | |
parent | 7c9336e3b140ea8d343d7abcc5c166016136d7b7 (diff) | |
download | SMAPI-112305161688eb4d88ccfc79b5636eca6e0ab1d9.tar.gz SMAPI-112305161688eb4d88ccfc79b5636eca6e0ab1d9.tar.bz2 SMAPI-112305161688eb4d88ccfc79b5636eca6e0ab1d9.zip |
Merge pull request #63 from Zoryn4163/master
errors now tell you the dll that errored not the manifest
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 cffb711e..a29e5fa8 100644 --- a/StardewModdingAPI/Constants.cs +++ b/StardewModdingAPI/Constants.cs @@ -44,7 +44,7 @@ namespace StardewModdingAPI /// </summary> public static string LogPath => Path.Combine(Environment.GetFolderPath(Environment.SpecialFolder.ApplicationData), "StardewValley", "ErrorLogs"); - public static readonly Version Version = new Version(0, 39, 1, "Alpha"); + public static readonly Version Version = new Version(0, 39, 2, "Alpha"); /// <summary> /// Not quite "constant", but it makes more sense for it to be here, at least for now |