bump for beta release
This commit is contained in:
parent
418ff99ea3
commit
1827e9f071
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue