show lowercase version
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@@ -234,7 +234,7 @@ public class Cache
|
||||
*/
|
||||
public static String getBotVersion()
|
||||
{
|
||||
return propertiesSource.getProperty("bot.version");
|
||||
return propertiesSource.getProperty("bot.version").toLowerCase();
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user