summaryrefslogtreecommitdiff
path: root/src/SMAPI
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <github@jplamondonw.com>2018-08-31 17:44:43 -0400
committerJesse Plamondon-Willard <github@jplamondonw.com>2018-08-31 17:44:43 -0400
commitcb34084deb704985b3811be73668d47fd75eeede (patch)
tree83ac7ae5e8d783a025aca34945e9f8f68e399709 /src/SMAPI
parente4a5d8d46a4417de8c966b8d4a338fb0c39bbaeb (diff)
downloadSMAPI-cb34084deb704985b3811be73668d47fd75eeede.tar.gz
SMAPI-cb34084deb704985b3811be73668d47fd75eeede.tar.bz2
SMAPI-cb34084deb704985b3811be73668d47fd75eeede.zip
bump versions for beta
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 17efe4df..b1bcccf0 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.2");
+ public static ISemanticVersion ApiVersion { get; } = new Toolkit.SemanticVersion("2.8.0-beta.3");
/// <summary>The minimum supported version of Stardew Valley.</summary>
public static ISemanticVersion MinimumGameVersion { get; } = new GameVersion("1.3.29");