bump version for 2.0-beta.2
This commit is contained in:
parent
1e19a170be
commit
b3ac93a0dc
|
@ -29,7 +29,7 @@ namespace StardewModdingAPI
|
|||
** Public
|
||||
****/
|
||||
/// <summary>SMAPI's current semantic version.</summary>
|
||||
public static ISemanticVersion ApiVersion { get; } = new SemanticVersion(2, 0, 0, "beta.1");
|
||||
public static ISemanticVersion ApiVersion { get; } = new SemanticVersion(2, 0, 0, "beta.2");
|
||||
|
||||
/// <summary>The minimum supported version of Stardew Valley.</summary>
|
||||
public static ISemanticVersion MinimumGameVersion { get; } = new SemanticVersion("1.2.30");
|
||||
|
|
Loading…
Reference in New Issue