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

The new thread update deserves a decent version bump
This commit is contained in:
Bea 2022-11-22 22:00:59 +01:00
parent 5f73c4069b
commit 70578d2ffc
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.3.2"; // we should probably find a way to make this consistent with Maven
private static final String botVersion = "0.4.0"; // todo: we should probably find a way to make this consistent with Maven
private static final String botName = "Hideko";
private static SlashCommandListener slashCommandListener = null;