show lowercase version
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2025-09-05 13:11:43 +02:00
parent eb953390e3
commit 910b7a406c

View File

@@ -234,7 +234,7 @@ public class Cache
*/ */
public static String getBotVersion() public static String getBotVersion()
{ {
return propertiesSource.getProperty("bot.version"); return propertiesSource.getProperty("bot.version").toLowerCase();
} }
/** /**