summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2018-11-07 13:50:41 -0500
committerJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2018-11-07 13:50:41 -0500
commit78d05b3c40aab8f0f1bfd052796b69e44a483df4 (patch)
treeba7e37e350dbd098d94b7375f5e0fbbf8c2ee72c
parent6f569c579422641d6a56b491795504abd11893e9 (diff)
downloadSMAPI-78d05b3c40aab8f0f1bfd052796b69e44a483df4.tar.gz
SMAPI-78d05b3c40aab8f0f1bfd052796b69e44a483df4.tar.bz2
SMAPI-78d05b3c40aab8f0f1bfd052796b69e44a483df4.zip
bump version for beta release
-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 67f03fab..b9faabdf 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.8.0-beta.5");
+ public static ISemanticVersion ApiVersion { get; } = new Toolkit.SemanticVersion("2.8.0-beta.6");
/// <summary>The minimum supported version of Stardew Valley.</summary>
public static ISemanticVersion MinimumGameVersion { get; } = new GameVersion("1.3.31");