Merge pull request #34 from Zoryn4163/master

tick version counter
This commit is contained in:
Zoryn 2016-03-20 17:25:55 -04:00
commit 14c7813453
1 changed files with 2 additions and 2 deletions

View File

@ -33,9 +33,9 @@ namespace StardewModdingAPI
public const int MajorVersion = 0;
public const int MinorVersion = 37;
public const int MinorVersion = 38;
public const int PatchVersion = 2;
public const int PatchVersion = 0;
public const string Build = "Alpha";