summaryrefslogtreecommitdiff
path: root/src/SMAPI
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <github@jplamondonw.com>2018-08-14 12:21:31 -0400
committerJesse Plamondon-Willard <github@jplamondonw.com>2018-08-14 12:21:31 -0400
commit4dd4efc96fac6a7ab66c14edead10e4fa988040d (patch)
tree86c4d8f9272de9a715cfcbf4008f0c09f5a59a21 /src/SMAPI
parent3299d25ee3d112d14475361eae294f64b9859efa (diff)
downloadSMAPI-4dd4efc96fac6a7ab66c14edead10e4fa988040d.tar.gz
SMAPI-4dd4efc96fac6a7ab66c14edead10e4fa988040d.tar.bz2
SMAPI-4dd4efc96fac6a7ab66c14edead10e4fa988040d.zip
update for SMAPI 2.7 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 b41fb89d..bd512fb1 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.0");
+ public static ISemanticVersion ApiVersion { get; } = new Toolkit.SemanticVersion("2.7.0");
/// <summary>The minimum supported version of Stardew Valley.</summary>
public static ISemanticVersion MinimumGameVersion { get; } = new GameVersion("1.3.28");