We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e07043 commit 0fa8eb6Copy full SHA for 0fa8eb6
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 = 5;
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 and dependencies
0 commit comments