summaryrefslogtreecommitdiff
path: root/src/SMAPI
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <github@jplamondonw.com>2018-05-01 01:19:37 -0400
committerJesse Plamondon-Willard <github@jplamondonw.com>2018-05-01 01:19:37 -0400
commit3255518f0a9d18f2d25859747a21bd54759b8f84 (patch)
treede9661f5772d31d30d66cfdffce7a1dbed0b62cc /src/SMAPI
parentc6420f0e645687e13f3727e08adc4be6bafc7834 (diff)
downloadSMAPI-3255518f0a9d18f2d25859747a21bd54759b8f84.tar.gz
SMAPI-3255518f0a9d18f2d25859747a21bd54759b8f84.tar.bz2
SMAPI-3255518f0a9d18f2d25859747a21bd54759b8f84.zip
bump beta version
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 e71f704e..9f2ebdb2 100644
--- a/src/SMAPI/Constants.cs
+++ b/src/SMAPI/Constants.cs
@@ -38,7 +38,7 @@ namespace StardewModdingAPI
** Public
****/
/// <summary>SMAPI's current semantic version.</summary>
- public static ISemanticVersion ApiVersion { get; } = new SemanticVersion("2.6-beta.2");
+ public static ISemanticVersion ApiVersion { get; } = new SemanticVersion("2.6-beta.3");
/// <summary>The minimum supported version of Stardew Valley.</summary>
public static ISemanticVersion MinimumGameVersion { get; } = new GameVersion("1.3.3");