Bump version
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Bea 2022-11-22 00:08:36 +01:00
parent 0b05f2858f
commit 72115cbec2
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ public class Cache
private final static String execPath = System.getProperty("user.dir");
private static final String botVersion = "0.1.5-slash"; // we should probably find a way to make this consistent with Maven
private static final String botVersion = "0.2.0-slash"; // we should probably find a way to make this consistent with Maven
private static final String botName = "HidekoBot";
private static List<Command> registeredCommands = new ArrayList<>();