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