summaryrefslogtreecommitdiff
path: root/src/SMAPI/Constants.cs
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <github@jplamondonw.com>2018-09-06 21:41:06 -0400
committerJesse Plamondon-Willard <github@jplamondonw.com>2018-09-06 21:41:06 -0400
commit3c4fa55c110b21cb9ed54a101b67d3a238c43eaf (patch)
tree2649ccdf8995464826b5de0aef730d840d6eae3d /src/SMAPI/Constants.cs
parentf2cb952dd1b3752bd172161afadf956b195ec73f (diff)
downloadSMAPI-3c4fa55c110b21cb9ed54a101b67d3a238c43eaf.tar.gz
SMAPI-3c4fa55c110b21cb9ed54a101b67d3a238c43eaf.tar.bz2
SMAPI-3c4fa55c110b21cb9ed54a101b67d3a238c43eaf.zip
bump versions for beta
Diffstat (limited to 'src/SMAPI/Constants.cs')
-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 b1bcccf0..97351e8c 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.3");
+ public static ISemanticVersion ApiVersion { get; } = new Toolkit.SemanticVersion("2.8.0-beta.4");
/// <summary>The minimum supported version of Stardew Valley.</summary>
public static ISemanticVersion MinimumGameVersion { get; } = new GameVersion("1.3.29");