diff options
author | Jesse Plamondon-Willard <github@jplamondonw.com> | 2018-05-10 19:08:08 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <github@jplamondonw.com> | 2018-05-10 19:08:08 -0400 |
commit | eda6ddbdc6c597916ba533c98ad51a97b42c0d1f (patch) | |
tree | cb4a8267183fec010990ba4255a90e91dfe14a5e /src/SMAPI/Constants.cs | |
parent | 8000a5540a37804e3980ce165c7192d5badff585 (diff) | |
download | SMAPI-eda6ddbdc6c597916ba533c98ad51a97b42c0d1f.tar.gz SMAPI-eda6ddbdc6c597916ba533c98ad51a97b42c0d1f.tar.bz2 SMAPI-eda6ddbdc6c597916ba533c98ad51a97b42c0d1f.zip |
bump version 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 3ad56896..5a49ed6d 100644 --- a/src/SMAPI/Constants.cs +++ b/src/SMAPI/Constants.cs @@ -38,7 +38,7 @@ namespace StardewModdingAPI ** Public ****/ /// <summary>SMAPI's current semantic version.</summary> - public static ISemanticVersion ApiVersion { get; } = new SemanticVersion("2.6-beta.9"); + public static ISemanticVersion ApiVersion { get; } = new SemanticVersion("2.6-beta.10"); /// <summary>The minimum supported version of Stardew Valley.</summary> public static ISemanticVersion MinimumGameVersion { get; } = new GameVersion("1.3.10"); |