diff options
author | Jesse Plamondon-Willard <github@jplamondonw.com> | 2018-08-23 23:01:54 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <github@jplamondonw.com> | 2018-08-23 23:01:54 -0400 |
commit | 58122c539325ee4471e1baf936622da0f45c9c82 (patch) | |
tree | d8f787e7ccb02727cf10c02bb4c5095eb1ef2f6e /src/SMAPI | |
parent | 6ef7de33e8251f5d836a8ed2936939d9ce2fadb4 (diff) | |
download | SMAPI-58122c539325ee4471e1baf936622da0f45c9c82.tar.gz SMAPI-58122c539325ee4471e1baf936622da0f45c9c82.tar.bz2 SMAPI-58122c539325ee4471e1baf936622da0f45c9c82.zip |
bump versions for beta
Diffstat (limited to 'src/SMAPI')
-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 0e0ae239..9c93c696 100644 --- a/src/SMAPI/Constants.cs +++ b/src/SMAPI/Constants.cs @@ -29,10 +29,10 @@ namespace StardewModdingAPI ** Public ****/ /// <summary>SMAPI's current semantic version.</summary> - public static ISemanticVersion ApiVersion { get; } = new Toolkit.SemanticVersion("2.7.0"); + public static ISemanticVersion ApiVersion { get; } = new Toolkit.SemanticVersion("2.8.0-beta.1"); /// <summary>The minimum supported version of Stardew Valley.</summary> - public static ISemanticVersion MinimumGameVersion { get; } = new GameVersion("1.3.28"); + public static ISemanticVersion MinimumGameVersion { get; } = new GameVersion("1.3.29"); /// <summary>The maximum supported version of Stardew Valley.</summary> public static ISemanticVersion MaximumGameVersion { get; } = null; |