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

Up to 0.2.8 because we are close to 0.3.0 since we made slash commands interfaces and a better command listener. However, we're still missing interface for command auto-completion and we should probably also register commands on discord's api from our interface instead of storing them again in a separate class.
This commit is contained in:
Bea 2022-11-22 14:55:47 +01:00
parent 244e8ace76
commit 501b1bc71c
1 changed files with 1 additions and 1 deletions

View File

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