summaryrefslogtreecommitdiff
path: root/src/SMAPI
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <github@jplamondonw.com>2018-05-06 21:12:55 -0400
committerJesse Plamondon-Willard <github@jplamondonw.com>2018-05-06 21:12:55 -0400
commit1827e9f0718da2e8a285d94b3d5e35b465247cdf (patch)
treed776f37b560853a72ca6a92cf53605a89e36970a /src/SMAPI
parent418ff99ea3b4d06432182b147d0637cce5eb0bae (diff)
downloadSMAPI-1827e9f0718da2e8a285d94b3d5e35b465247cdf.tar.gz
SMAPI-1827e9f0718da2e8a285d94b3d5e35b465247cdf.tar.bz2
SMAPI-1827e9f0718da2e8a285d94b3d5e35b465247cdf.zip
bump for beta release
Diffstat (limited to 'src/SMAPI')
-rw-r--r--src/SMAPI/Constants.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/SMAPI/Constants.cs b/src/SMAPI/Constants.cs
index b86ec4e3..50ec059a 100644
--- a/src/SMAPI/Constants.cs
+++ b/src/SMAPI/Constants.cs
@@ -38,10 +38,10 @@ namespace StardewModdingAPI
** Public
****/
/// <summary>SMAPI's current semantic version.</summary>
- public static ISemanticVersion ApiVersion { get; } = new SemanticVersion("2.6-beta.5");
+ public static ISemanticVersion ApiVersion { get; } = new SemanticVersion("2.6-beta.7");
/// <summary>The minimum supported version of Stardew Valley.</summary>
- public static ISemanticVersion MinimumGameVersion { get; } = new GameVersion("1.3.5");
+ public static ISemanticVersion MinimumGameVersion { get; } = new GameVersion("1.3.9");
/// <summary>The maximum supported version of Stardew Valley.</summary>
public static ISemanticVersion MaximumGameVersion { get; } = null;