diff options
author | ClxS <slxxls92@gmail.com> | 2016-10-07 18:29:26 +0100 |
---|---|---|
committer | ClxS <slxxls92@gmail.com> | 2016-10-07 18:29:26 +0100 |
commit | 12e4822cbf876caa539af1eab617d00db7ff6104 (patch) | |
tree | 7a3ddea7f926385e5c98d22fc21b9d683d89e264 | |
parent | e4d11fb025d14cc3085f61151559cfb7461ab5d4 (diff) | |
download | SMAPI-12e4822cbf876caa539af1eab617d00db7ff6104.tar.gz SMAPI-12e4822cbf876caa539af1eab617d00db7ff6104.tar.bz2 SMAPI-12e4822cbf876caa539af1eab617d00db7ff6104.zip |
Updated version number
-rw-r--r-- | src/StardewModdingAPI/Constants.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/StardewModdingAPI/Constants.cs b/src/StardewModdingAPI/Constants.cs index edc1162f..6bdd10ef 100644 --- a/src/StardewModdingAPI/Constants.cs +++ b/src/StardewModdingAPI/Constants.cs @@ -10,7 +10,7 @@ namespace StardewModdingAPI /// </summary> public static class Constants { - public static readonly Version Version = new Version(0, 40, 0, "1.1-2"); + public static readonly Version Version = new Version(0, 40, 0, "1.1-3"); /// <summary> /// Not quite "constant", but it makes more sense for it to be here, at least for now |