From b14850acaa605b016150779d2e8db467cbb4b943 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beatrice=20Dellac=C3=A0?= Date: Sun, 20 Nov 2022 06:15:14 +0100 Subject: [PATCH] Bump bot version --- src/main/java/wtf/beatrice/hidekobot/HidekoBot.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/wtf/beatrice/hidekobot/HidekoBot.java b/src/main/java/wtf/beatrice/hidekobot/HidekoBot.java index ca1729e..f69b68e 100644 --- a/src/main/java/wtf/beatrice/hidekobot/HidekoBot.java +++ b/src/main/java/wtf/beatrice/hidekobot/HidekoBot.java @@ -23,7 +23,7 @@ public class HidekoBot private static String standardInviteLink = "https://discord.com/oauth2/authorize?client_id=%userid%&scope=bot+applications.commands&permissions=8"; private static String botUserId; - private static final String version = "0.0.1"; // we should probably find a way to make this consistent with Maven + private static final String version = "0.0.2-slash"; // we should probably find a way to make this consistent with Maven private static JDA jda;