From 85cecca26359aa4f7b0c59801e3e316cf5343876 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beatrice=20Dellac=C3=A0?= Date: Sat, 11 Feb 2023 20:58:11 +0100 Subject: [PATCH] Bump build number --- buildNumber.properties | 4 ++-- src/main/java/wtf/beatrice/hubthat/utils/ConfigEntry.java | 1 - 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/buildNumber.properties b/buildNumber.properties index bab8034..eb39772 100644 --- a/buildNumber.properties +++ b/buildNumber.properties @@ -1,3 +1,3 @@ #maven.buildNumber.plugin properties file -#Tue May 31 20:08:48 CEST 2022 -buildNumber=186 +#Sat Feb 11 20:48:42 CET 2023 +buildNumber=198 diff --git a/src/main/java/wtf/beatrice/hubthat/utils/ConfigEntry.java b/src/main/java/wtf/beatrice/hubthat/utils/ConfigEntry.java index 3369438..17ec6f9 100644 --- a/src/main/java/wtf/beatrice/hubthat/utils/ConfigEntry.java +++ b/src/main/java/wtf/beatrice/hubthat/utils/ConfigEntry.java @@ -28,7 +28,6 @@ public enum ConfigEntry INVISIBILITY_FIX("settings.fix-invisible-after-tp"), - //UPDATE_CHECKER_ENABLE("updates.enable-update-checker"), ; public String path;