summaryrefslogtreecommitdiff
path: root/src/SMAPI/Constants.cs
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <github@jplamondonw.com>2018-07-02 22:29:03 -0400
committerJesse Plamondon-Willard <github@jplamondonw.com>2018-07-02 22:29:03 -0400
commit7907a63ddc4285e9f2b8178be4b1d846ada03551 (patch)
tree5fbbd934765d6a75dc5c75d4c7796e0afae2d63b /src/SMAPI/Constants.cs
parent703acdc63f8543bab01f38ea68c28befb2911df8 (diff)
downloadSMAPI-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.cs2
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");