bump version for beta update

This commit is contained in:
Jesse Plamondon-Willard 2018-05-10 00:51:09 -04:00
parent 995a6fcca4
commit b83465060f
1 changed files with 2 additions and 2 deletions

View File

@ -38,10 +38,10 @@ namespace StardewModdingAPI
** Public
****/
/// <summary>SMAPI's current semantic version.</summary>
public static ISemanticVersion ApiVersion { get; } = new SemanticVersion("2.6-beta.8");
public static ISemanticVersion ApiVersion { get; } = new SemanticVersion("2.6-beta.9");
/// <summary>The minimum supported version of Stardew Valley.</summary>
public static ISemanticVersion MinimumGameVersion { get; } = new GameVersion("1.3.9");
public static ISemanticVersion MinimumGameVersion { get; } = new GameVersion("1.3.10");
/// <summary>The maximum supported version of Stardew Valley.</summary>
public static ISemanticVersion MaximumGameVersion { get; } = null;