Skip to content

Commit

Permalink
2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
TechLord22 committed Aug 19, 2022
1 parent be8fc50 commit 80247f1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
## Changelog

### 2.4.0

From version **2.4.0** forwards, changelogs are now found in [GitHub Releases](https://github.com/GregTechCEu/GregTech/releases), and are autogenerated.

### 2.3.4

BETA RELEASE (hotfix)
Expand Down
4 changes: 2 additions & 2 deletions src/main/java/gregtech/GregTechVersion.java
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ public final class GregTechVersion {

public static final int MAJOR = 2;
//This number is incremented every major feature update
public static final int MINOR = 3;
public static final int MINOR = 4;
//This number is incremented every time the feature is added, or bug is fixed. resets every major version change
public static final int REVISION = 4;
public static final int REVISION = 0;
//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
Expand Down

0 comments on commit 80247f1

Please sign in to comment.