diff options
author | CJB <cjbok@ziggo.nl> | 2016-03-31 22:29:26 +0200 |
---|---|---|
committer | CJB <cjbok@ziggo.nl> | 2016-03-31 22:29:26 +0200 |
commit | eda32ed5580c2f7e27214a312b747492d7394875 (patch) | |
tree | d1e986117ce3823edfade0d71918801701b3aca0 /StardewModdingAPI/Constants.cs | |
parent | 9f0210a255152dc434405698512c941c4ad5c8d8 (diff) | |
parent | 2b48048a71d634b38dcbd98a73585661561600bb (diff) | |
download | SMAPI-eda32ed5580c2f7e27214a312b747492d7394875.tar.gz SMAPI-eda32ed5580c2f7e27214a312b747492d7394875.tar.bz2 SMAPI-eda32ed5580c2f7e27214a312b747492d7394875.zip |
Merge remote-tracking branch 'refs/remotes/ClxS/master'
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 83789b85..d1079f61 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, 4, "Alpha"); + public static readonly Version Version = new Version(0, 39, 5, "Alpha"); /// <summary> /// Not quite "constant", but it makes more sense for it to be here, at least for now |