Skip to content

Commit 1fdd8a7

Browse files
committed
2.5.4
1 parent 651996a commit 1fdd8a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/gregtech/GregTechVersion.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ public final class GregTechVersion {
77
//This number is incremented every major feature update
88
public static final int MINOR = 5;
99
//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 = 3;
10+
public static final int REVISION = 4;
1111
//This String is for additional info on the release version if needed (like alpha, beta, rc). Comment out when unused
1212
public static final String EXTRA = "beta";
1313
//This is the String formatted version, used in builds and dependencies

0 commit comments

Comments
 (0)