bump version for release

This commit is contained in:
Jesse Plamondon-Willard 2017-05-19 17:31:00 -04:00
parent def73fceaf
commit cbb1777ba0
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ namespace StardewModdingAPI
** Public
****/
/// <summary>SMAPI's current semantic version.</summary>
public static ISemanticVersion ApiVersion { get; } = new SemanticVersion(1, 12, 0);
public static ISemanticVersion ApiVersion { get; } = new SemanticVersion(1, 13, 0);
/// <summary>The minimum supported version of Stardew Valley.</summary>
public static ISemanticVersion MinimumGameVersion { get; } = new SemanticVersion("1.2.26");