bump beta version

This commit is contained in:
Jesse Plamondon-Willard 2018-05-01 01:19:37 -04:00
parent c6420f0e64
commit 3255518f0a
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
{
"Name": "Console Commands",
"Author": "SMAPI",
"Version": "2.6.0-beta.2",
"Version": "2.6.0-beta.3",
"Description": "Adds SMAPI console commands that let you manipulate the game.",
"UniqueID": "SMAPI.ConsoleCommands",
"EntryDll": "ConsoleCommands.dll"

View File

@ -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");