summaryrefslogtreecommitdiff
path: root/StardewModdingAPI
diff options
context:
space:
mode:
authorClxS <slxxls92@gmail.com>2016-04-01 20:23:07 +0100
committerClxS <slxxls92@gmail.com>2016-04-01 20:23:07 +0100
commitaf37ad15f4580de3f74fe1d3265abebefa323572 (patch)
tree64e6934ec1f2948a89fe19da496070ec6b208193 /StardewModdingAPI
parent77a73f79858e7a7e95c02e5076abb9ffd918c4e6 (diff)
downloadSMAPI-af37ad15f4580de3f74fe1d3265abebefa323572.tar.gz
SMAPI-af37ad15f4580de3f74fe1d3265abebefa323572.tar.bz2
SMAPI-af37ad15f4580de3f74fe1d3265abebefa323572.zip
updated version string
Diffstat (limited to 'StardewModdingAPI')
-rw-r--r--StardewModdingAPI/Constants.cs2
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