bump versions for beta release

This commit is contained in:
Jesse Plamondon-Willard 2018-07-04 15:59:44 -04:00
parent 186ab4cca7
commit 850cb50587
1 changed files with 2 additions and 2 deletions

View File

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