Skip to content

Commit

Permalink
2.3.4
Browse files Browse the repository at this point in the history
TechLord22 committed Jul 5, 2022

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 943a873 commit ccabb6b
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
## Changelog

### 2.3.4

BETA RELEASE (hotfix)

Featured Changes:
* Fixed game crash with multiblock explosions
* Fixed active multiblock heating coils deforming structures

### 2.3.3

BETA RELEASE (hotfix)
2 changes: 1 addition & 1 deletion src/main/java/gregtech/GregTechVersion.java
Original file line number Diff line number Diff line change
@@ -7,7 +7,7 @@ public final class GregTechVersion {
//This number is incremented every major feature update
public static final int MINOR = 3;
//This number is incremented every time the feature is added, or bug is fixed. resets every major version change
public static final int REVISION = 3;
public static final int REVISION = 4;
//This String is for additional info on the release version if needed (like alpha, beta, rc). Comment out when unused
public static final String EXTRA = "beta";
//This is the String formatted version, used in builds

0 comments on commit ccabb6b

Please sign in to comment.