Skip to content

Commit

Permalink
Updated Changelog and version bump to 1.16.1 (hotfix) (#1687)
Browse files Browse the repository at this point in the history
  • Loading branch information
LAGIdiot authored Jul 1, 2021
1 parent 913867c commit 399fea8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
## Changelog

### 1.16.1
* Note: This is hotfix
* Fixed Surface block spawning (#1681) - ALongStringOfNumbers
* Reverted "Fixed name overlaps in GUIs (#1665)" (#1686) - LAGIdiot

### 1.16.0
* Added Fluid Regulator (#1570) - hjae78
* Added Info tab for multiblock description (#1583) - ALongStringOfNumbers
Expand Down
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 major feature update
public static final int MINOR = 16;
//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;
public static final int REVISION = 1;
//This number is incremented every build, and never reset. Should always be 0 in the repo code.
public static final int BUILD = 0;

Expand Down

0 comments on commit 399fea8

Please sign in to comment.