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

We finally reached a good status for the bot's internal structure, and can actually focus on features now. We also dropped the -slash tag because it's not restricted to slash commands anymore.
This commit is contained in:
Bea 2022-11-22 16:20:28 +01:00
parent a9790b3525
commit ee263a1297
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ public class Cache
private final static String execPath = System.getProperty("user.dir");
private static final String botVersion = "0.2.8-slash"; // we should probably find a way to make this consistent with Maven
private static final String botVersion = "0.3.0"; // we should probably find a way to make this consistent with Maven
private static final String botName = "HidekoBot";
private static SlashCommandListener slashCommandListener = null;