Skip to content

Commit

Permalink
Bump ver. to 1.14.0
Browse files Browse the repository at this point in the history
Co-authored-by: LAGIdiot <bordel.muj@gmail.com>
  • Loading branch information
serenibyss and LAGIdiot authored Mar 24, 2021
1 parent a765276 commit c56583c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/gregtech/GregTechVersion.java
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ public final class GregTechVersion {

public static final int MAJOR = 1;
//This number is incremented every major feature update
public static final int MINOR = 13;
public static final int MINOR = 14;
//This number is incremented every time the feature is added, or bug is fixed. resets every major version change
public static final int REVISION = 0;
//This number is incremented every build, and never reset. Should always be 0 in the repo code.
Expand Down

0 comments on commit c56583c

Please sign in to comment.