diff --git a/CHANGELOG.md b/CHANGELOG.md index 1218af508f..96c7f454c9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/src/main/java/gregtech/GregTechVersion.java b/src/main/java/gregtech/GregTechVersion.java index 82083665a1..38589af8c2 100644 --- a/src/main/java/gregtech/GregTechVersion.java +++ b/src/main/java/gregtech/GregTechVersion.java @@ -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;