Skip to content

Commit

Permalink
Bump from alpha to beta
Browse files Browse the repository at this point in the history
  • Loading branch information
serenibyss committed Dec 28, 2021
1 parent ddbc8d5 commit 5cc3e75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/gregtech/GregTechVersion.java
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ public final class GregTechVersion {
//This number is incremented every time the feature is added, or bug is fixed. resets every major version change
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 = "alpha";
public static final String EXTRA = "beta";
//This is the String formatted version, used in builds
public static final String VERSION = "@VERSION@";

Expand Down

0 comments on commit 5cc3e75

Please sign in to comment.