From b83465060f3644c76444413be036f504434d4317 Mon Sep 17 00:00:00 2001 From: Jesse Plamondon-Willard Date: Thu, 10 May 2018 00:51:09 -0400 Subject: bump version for beta update --- src/SMAPI/Constants.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/SMAPI/Constants.cs b/src/SMAPI/Constants.cs index e2d06228..3ad56896 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.8"); + public static ISemanticVersion ApiVersion { get; } = new SemanticVersion("2.6-beta.9"); /// The minimum supported version of Stardew Valley. - public static ISemanticVersion MinimumGameVersion { get; } = new GameVersion("1.3.9"); + public static ISemanticVersion MinimumGameVersion { get; } = new GameVersion("1.3.10"); /// The maximum supported version of Stardew Valley. public static ISemanticVersion MaximumGameVersion { get; } = null; -- cgit