summaryrefslogtreecommitdiff
path: root/src/SMAPI
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <github@jplamondonw.com>2018-06-26 00:48:21 -0400
committerJesse Plamondon-Willard <github@jplamondonw.com>2018-06-26 00:48:21 -0400
commitf9f098fbf818d6d9f77f539633ac7d1ed21594fe (patch)
treeed800f6656e435da1f1073bc1217f51572011d21 /src/SMAPI
parent68e33dafca9b2600612a6280b15931de1130d755 (diff)
downloadSMAPI-f9f098fbf818d6d9f77f539633ac7d1ed21594fe.tar.gz
SMAPI-f9f098fbf818d6d9f77f539633ac7d1ed21594fe.tar.bz2
SMAPI-f9f098fbf818d6d9f77f539633ac7d1ed21594fe.zip
bump versions for beta 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 f358cd31..01b99d62 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 Toolkit.SemanticVersion("2.6-beta.17.1");
+ public static ISemanticVersion ApiVersion { get; } = new Toolkit.SemanticVersion("2.6-beta.18");
/// <summary>The minimum supported version of Stardew Valley.</summary>
public static ISemanticVersion MinimumGameVersion { get; } = new GameVersion("1.3.21");