From ee263a12974ab448967a0394ca82a3c5336e5460 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beatrice=20Dellac=C3=A0?= Date: Tue, 22 Nov 2022 16:20:28 +0100 Subject: [PATCH] Bump version to 0.3.0 We finally reached a good status for the bot's internal structure, and can actually focus on features now. We also dropped the -slash tag because it's not restricted to slash commands anymore. --- src/main/java/wtf/beatrice/hidekobot/Cache.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/wtf/beatrice/hidekobot/Cache.java b/src/main/java/wtf/beatrice/hidekobot/Cache.java index 6caa6ef..d3b2e1b 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.2.8-slash"; // we should probably find a way to make this consistent with Maven + private static final String botVersion = "0.3.0"; // we should probably find a way to make this consistent with Maven private static final String botName = "HidekoBot"; private static SlashCommandListener slashCommandListener = null;