We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 488a016 commit 9b9bb1fCopy full SHA for 9b9bb1f
src/main/java/gregtech/GregTechVersion.java
@@ -7,7 +7,7 @@ public final class GregTechVersion {
7
//This number is incremented every major feature update
8
public static final int MINOR = 4;
9
//This number is incremented every time the feature is added, or bug is fixed. resets every major version change
10
- public static final int REVISION = 4;
+ public static final int REVISION = 5;
11
//This String is for additional info on the release version if needed (like alpha, beta, rc). Comment out when unused
12
public static final String EXTRA = "beta";
13
//This is the String formatted version, used in builds
0 commit comments