bump for beta release

This commit is contained in:
Jesse Plamondon-Willard 2018-05-06 21:12:55 -04:00
parent 418ff99ea3
commit 1827e9f071
1 changed files with 2 additions and 2 deletions

View File

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