diff options
author | ClxS <slxxls92@gmail.com> | 2016-04-01 20:23:07 +0100 |
---|---|---|
committer | ClxS <slxxls92@gmail.com> | 2016-04-01 20:23:07 +0100 |
commit | af37ad15f4580de3f74fe1d3265abebefa323572 (patch) | |
tree | 64e6934ec1f2948a89fe19da496070ec6b208193 /StardewModdingAPI | |
parent | 77a73f79858e7a7e95c02e5076abb9ffd918c4e6 (diff) | |
download | SMAPI-af37ad15f4580de3f74fe1d3265abebefa323572.tar.gz SMAPI-af37ad15f4580de3f74fe1d3265abebefa323572.tar.bz2 SMAPI-af37ad15f4580de3f74fe1d3265abebefa323572.zip |
updated version string
Diffstat (limited to 'StardewModdingAPI')
-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 d1079f61..99f0c2fc 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, 5, "Alpha"); + public static readonly Version Version = new Version(0, 39, 6, "Alpha"); /// <summary> /// Not quite "constant", but it makes more sense for it to be here, at least for now |