diff options
author | Jesse Plamondon-Willard <github@jplamondonw.com> | 2018-05-16 16:16:07 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <github@jplamondonw.com> | 2018-05-16 16:16:07 -0400 |
commit | 5c1068c30ca0a030f924c05d7bae603e887e5252 (patch) | |
tree | 7c6d37471c1b1939c19427cec6f393574eaecf07 /src/SMAPI/Constants.cs | |
parent | 9d3e37317893126a9e0598f8f850abd23cad36c7 (diff) | |
download | SMAPI-5c1068c30ca0a030f924c05d7bae603e887e5252.tar.gz SMAPI-5c1068c30ca0a030f924c05d7bae603e887e5252.tar.bz2 SMAPI-5c1068c30ca0a030f924c05d7bae603e887e5252.zip |
bump versions for release
Diffstat (limited to 'src/SMAPI/Constants.cs')
-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 bea4bb20..9232d648 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.13"); + public static ISemanticVersion ApiVersion { get; } = new SemanticVersion("2.6-beta.14"); /// <summary>The minimum supported version of Stardew Valley.</summary> - public static ISemanticVersion MinimumGameVersion { get; } = new GameVersion("1.3.10"); + public static ISemanticVersion MinimumGameVersion { get; } = new GameVersion("1.3.11"); /// <summary>The maximum supported version of Stardew Valley.</summary> public static ISemanticVersion MaximumGameVersion { get; } = null; |