diff options
author | Jesse Plamondon-Willard <github@jplamondonw.com> | 2018-05-10 00:51:09 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <github@jplamondonw.com> | 2018-05-10 00:51:09 -0400 |
commit | b83465060f3644c76444413be036f504434d4317 (patch) | |
tree | eb054451aeb92b2b5f66713873d9167b7f0a1339 /src | |
parent | 995a6fcca4a64d414d93e442419b31c89a2ce20f (diff) | |
download | SMAPI-b83465060f3644c76444413be036f504434d4317.tar.gz SMAPI-b83465060f3644c76444413be036f504434d4317.tar.bz2 SMAPI-b83465060f3644c76444413be036f504434d4317.zip |
bump version for beta update
Diffstat (limited to 'src')
-rw-r--r-- | src/SMAPI/Constants.cs | 4 |
1 files 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 ****/ /// <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; |