diff --git a/src/main/java/wtf/beatrice/hidekobot/HidekoBot.java b/src/main/java/wtf/beatrice/hidekobot/HidekoBot.java index 5d32221..0da59c4 100644 --- a/src/main/java/wtf/beatrice/hidekobot/HidekoBot.java +++ b/src/main/java/wtf/beatrice/hidekobot/HidekoBot.java @@ -26,7 +26,7 @@ import java.util.concurrent.TimeUnit; public class HidekoBot { private static String botToken; - private static final String version = "0.0.2-slash"; // we should probably find a way to make this consistent with Maven + private static final String version = "0.1.0-slash"; // we should probably find a way to make this consistent with Maven private static JDA jda;