bump version for beta 8 release
This commit is contained in:
parent
f3cc08a526
commit
7f5f222be5
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"Name": "Console Commands",
|
||||
"Author": "SMAPI",
|
||||
"Version": "2.6.0-beta.4",
|
||||
"Version": "2.6.0-beta.8",
|
||||
"Description": "Adds SMAPI console commands that let you manipulate the game.",
|
||||
"UniqueID": "SMAPI.ConsoleCommands",
|
||||
"EntryDll": "ConsoleCommands.dll"
|
||||
|
|
|
@ -38,7 +38,7 @@ namespace StardewModdingAPI
|
|||
** Public
|
||||
****/
|
||||
/// <summary>SMAPI's current semantic version.</summary>
|
||||
public static ISemanticVersion ApiVersion { get; } = new SemanticVersion("2.6-beta.7");
|
||||
public static ISemanticVersion ApiVersion { get; } = new SemanticVersion("2.6-beta.8");
|
||||
|
||||
/// <summary>The minimum supported version of Stardew Valley.</summary>
|
||||
public static ISemanticVersion MinimumGameVersion { get; } = new GameVersion("1.3.9");
|
||||
|
|
Loading…
Reference in New Issue