Merge pull request #98 from Zoryn4163/master

i hate ticking versions i always forget
This commit is contained in:
Zoryn 2016-04-04 06:26:58 -04:00
commit 06e5fcb1df
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ namespace StardewModdingAPI
/// </summary>
public static class Constants
{
public static readonly Version Version = new Version(0, 39, 6, "Alpha");
public static readonly Version Version = new Version(0, 39, 7, "Alpha");
/// <summary>
/// Not quite "constant", but it makes more sense for it to be here, at least for now