Skip to content

Commit 399fea8

Browse files
authored
Updated Changelog and version bump to 1.16.1 (hotfix) (#1687)
1 parent 913867c commit 399fea8

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
## Changelog
22

3+
### 1.16.1
4+
* Note: This is hotfix
5+
* Fixed Surface block spawning (#1681) - ALongStringOfNumbers
6+
* Reverted "Fixed name overlaps in GUIs (#1665)" (#1686) - LAGIdiot
7+
38
### 1.16.0
49
* Added Fluid Regulator (#1570) - hjae78
510
* Added Info tab for multiblock description (#1583) - ALongStringOfNumbers

src/main/java/gregtech/GregTechVersion.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ public final class GregTechVersion {
88
//This number is incremented every major feature update
99
public static final int MINOR = 16;
1010
//This number is incremented every time the feature is added, or bug is fixed. resets every major version change
11-
public static final int REVISION = 0;
11+
public static final int REVISION = 1;
1212
//This number is incremented every build, and never reset. Should always be 0 in the repo code.
1313
public static final int BUILD = 0;
1414

0 commit comments

Comments
 (0)