summaryrefslogtreecommitdiff
path: root/src/SMAPI
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <github@jplamondonw.com>2018-07-09 23:14:54 -0400
committerJesse Plamondon-Willard <github@jplamondonw.com>2018-07-09 23:14:54 -0400
commit1b1e89ebc5efc40c07d7a69daa455851f98baa96 (patch)
tree0d53e3e5f18b1f222f52eb6bfdf5256dd6e1c907 /src/SMAPI
parentea6a82f9ee453f6f41f41f93fb452745670c2d20 (diff)
downloadSMAPI-1b1e89ebc5efc40c07d7a69daa455851f98baa96.tar.gz
SMAPI-1b1e89ebc5efc40c07d7a69daa455851f98baa96.tar.bz2
SMAPI-1b1e89ebc5efc40c07d7a69daa455851f98baa96.zip
bump versions for release
Diffstat (limited to 'src/SMAPI')
-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 dd46a3ca..5f1d61e9 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.20");
+ public static ISemanticVersion ApiVersion { get; } = new Toolkit.SemanticVersion("2.6-beta.20.1");
/// <summary>The minimum supported version of Stardew Valley.</summary>
public static ISemanticVersion MinimumGameVersion { get; } = new GameVersion("1.3.23");