Skip to content

Commit

Permalink
2.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
TechLord22 committed Apr 8, 2023
1 parent ed3142b commit 559b4d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/java/gregtech/GregTechVersion.java
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ public final class GregTechVersion {

public static final int MAJOR = 2;
//This number is incremented every major feature update
public static final int MINOR = 5;
public static final int MINOR = 6;
//This number is incremented every time the feature is added, or bug is fixed. resets every major version change
public static final int REVISION = 4;
public static final int REVISION = 0;
//This String is for additional info on the release version if needed (like alpha, beta, rc). Comment out when unused
public static final String EXTRA = "beta";
//This is the String formatted version, used in builds and dependencies
Expand Down

0 comments on commit 559b4d1

Please sign in to comment.