From 910b7a406c91dcd7188f10b62b0b4872b195e995 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beatrice=20Dellac=C3=A0?= Date: Fri, 5 Sep 2025 13:11:43 +0200 Subject: [PATCH] show lowercase version --- src/main/java/wtf/beatrice/hidekobot/Cache.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/wtf/beatrice/hidekobot/Cache.java b/src/main/java/wtf/beatrice/hidekobot/Cache.java index 35398fb..be06556 100644 --- a/src/main/java/wtf/beatrice/hidekobot/Cache.java +++ b/src/main/java/wtf/beatrice/hidekobot/Cache.java @@ -234,7 +234,7 @@ public class Cache */ public static String getBotVersion() { - return propertiesSource.getProperty("bot.version"); + return propertiesSource.getProperty("bot.version").toLowerCase(); } /**