diff options
author | Jesse Plamondon-Willard <github@jplamondonw.com> | 2018-07-04 15:59:44 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <github@jplamondonw.com> | 2018-07-04 15:59:44 -0400 |
commit | 850cb505870a3426f8fde1bee498fdb8e29a0ee3 (patch) | |
tree | c3b4450a33f2b5a1b859e399288859a84aaf85dd /src | |
parent | 186ab4cca7c1b3ae67a68bf6a3a3b1e7cdcb7687 (diff) | |
download | SMAPI-850cb505870a3426f8fde1bee498fdb8e29a0ee3.tar.gz SMAPI-850cb505870a3426f8fde1bee498fdb8e29a0ee3.tar.bz2 SMAPI-850cb505870a3426f8fde1bee498fdb8e29a0ee3.zip |
bump versions for beta release
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 b9410153..be36bc84 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.6-beta.19.1"); + public static ISemanticVersion ApiVersion { get; } = new Toolkit.SemanticVersion("2.6-beta.19.2"); /// <summary>The minimum supported version of Stardew Valley.</summary> - public static ISemanticVersion MinimumGameVersion { get; } = new GameVersion("1.3.21"); + public static ISemanticVersion MinimumGameVersion { get; } = new GameVersion("1.3.22"); /// <summary>The maximum supported version of Stardew Valley.</summary> public static ISemanticVersion MaximumGameVersion { get; } = null; |