diff --git a/src/SMAPI/Constants.cs b/src/SMAPI/Constants.cs index b86ec4e3..50ec059a 100644 --- a/src/SMAPI/Constants.cs +++ b/src/SMAPI/Constants.cs @@ -38,10 +38,10 @@ namespace StardewModdingAPI ** Public ****/ /// SMAPI's current semantic version. - public static ISemanticVersion ApiVersion { get; } = new SemanticVersion("2.6-beta.5"); + public static ISemanticVersion ApiVersion { get; } = new SemanticVersion("2.6-beta.7"); /// The minimum supported version of Stardew Valley. - public static ISemanticVersion MinimumGameVersion { get; } = new GameVersion("1.3.5"); + public static ISemanticVersion MinimumGameVersion { get; } = new GameVersion("1.3.9"); /// The maximum supported version of Stardew Valley. public static ISemanticVersion MaximumGameVersion { get; } = null;