diff options
author | Jesse Plamondon-Willard <github@jplamondonw.com> | 2018-07-02 22:29:03 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <github@jplamondonw.com> | 2018-07-02 22:29:03 -0400 |
commit | 7907a63ddc4285e9f2b8178be4b1d846ada03551 (patch) | |
tree | 5fbbd934765d6a75dc5c75d4c7796e0afae2d63b /src/SMAPI/Constants.cs | |
parent | 703acdc63f8543bab01f38ea68c28befb2911df8 (diff) | |
download | SMAPI-7907a63ddc4285e9f2b8178be4b1d846ada03551.tar.gz SMAPI-7907a63ddc4285e9f2b8178be4b1d846ada03551.tar.bz2 SMAPI-7907a63ddc4285e9f2b8178be4b1d846ada03551.zip |
bump versions for beta release
Diffstat (limited to 'src/SMAPI/Constants.cs')
-rw-r--r-- | src/SMAPI/Constants.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/SMAPI/Constants.cs b/src/SMAPI/Constants.cs index ec6ce406..09b21b83 100644 --- a/src/SMAPI/Constants.cs +++ b/src/SMAPI/Constants.cs @@ -29,7 +29,7 @@ namespace StardewModdingAPI ** Public ****/ /// <summary>SMAPI's current semantic version.</summary> - public static ISemanticVersion ApiVersion { get; } = new Toolkit.SemanticVersion("2.6-beta.18.1"); + public static ISemanticVersion ApiVersion { get; } = new Toolkit.SemanticVersion("2.6-beta.19"); /// <summary>The minimum supported version of Stardew Valley.</summary> public static ISemanticVersion MinimumGameVersion { get; } = new GameVersion("1.3.21"); |