Altered version number

This commit is contained in:
ClxS 2016-10-04 18:12:02 +01:00
parent 5087c3d755
commit 269a325a7a
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, 40, 0, "1.1");
public static readonly Version Version = new Version(0, 40, 0, "1.1-2");
/// <summary>
/// Not quite "constant", but it makes more sense for it to be here, at least for now