Skip to content

Commit 9b9bb1f

Browse files
committed
2.4.5
1 parent 488a016 commit 9b9bb1f

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 = 4;
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 = 4;
10+
public static final int REVISION = 5;
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

0 commit comments

Comments
 (0)