We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 988a46a commit 2f7b1a9Copy full SHA for 2f7b1a9
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 = 2;
+ public static final int REVISION = 3;
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