diff --git a/src/main/java/wtf/beatrice/hidekobot/Cache.java b/src/main/java/wtf/beatrice/hidekobot/Cache.java index 077daba..065414e 100644 --- a/src/main/java/wtf/beatrice/hidekobot/Cache.java +++ b/src/main/java/wtf/beatrice/hidekobot/Cache.java @@ -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;