Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
padthaitofuhot committed May 20, 2023
1 parent 649b4a3 commit e352903
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Data/Scripts/ConfigurableOres/ModInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ public class ModInfo
/// </summary>
private const int RELEASE_NUMBER = 1;
private const int MAJOR_VERSION = 0;
private const int MINOR_VERSION = 13;
private const int MINOR_VERSION = 14;
private const int BUILD_NUMBER = 0;

public static readonly Version Version = new Version(
Expand Down

0 comments on commit e352903

Please sign in to comment.