diff --git a/src/main/java/wtf/beatrice/hidekobot/Cache.java b/src/main/java/wtf/beatrice/hidekobot/Cache.java index c3c32f9..7bd979c 100644 --- a/src/main/java/wtf/beatrice/hidekobot/Cache.java +++ b/src/main/java/wtf/beatrice/hidekobot/Cache.java @@ -32,7 +32,7 @@ public class Cache private final static String execPath = System.getProperty("user.dir"); - private static final String botVersion = "0.3.1"; // we should probably find a way to make this consistent with Maven + private static final String botVersion = "0.3.2"; // we should probably find a way to make this consistent with Maven private static final String botName = "Hideko"; private static SlashCommandListener slashCommandListener = null;