diff --git a/src/main/java/wtf/beatrice/hidekobot/Configuration.java b/src/main/java/wtf/beatrice/hidekobot/Configuration.java index 763f4ed..56d02a9 100644 --- a/src/main/java/wtf/beatrice/hidekobot/Configuration.java +++ b/src/main/java/wtf/beatrice/hidekobot/Configuration.java @@ -31,7 +31,7 @@ public class Configuration private static LocalDateTime startupTime; - private static final String botVersion = "0.1.1-slash"; // we should probably find a way to make this consistent with Maven + private static final String botVersion = "0.1.2-slash"; // we should probably find a way to make this consistent with Maven private static final String botName = "HidekoBot"; private static final Color botColor = Color.PINK;