From 89fc2aa0a6ded67ebb0d9ff271e990ea55680c4d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beatrice=20Dellac=C3=A0?= Date: Tue, 22 Nov 2022 20:51:23 +0100 Subject: [PATCH] Bump version to 0.3.1 The bot is now in a semi-stable state, although still very lacking in terms of features. --- 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 7783818..c3c32f9 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.0"; // we should probably find a way to make this consistent with Maven + private static final String botVersion = "0.3.1"; // we should probably find a way to make this consistent with Maven private static final String botName = "Hideko"; private static SlashCommandListener slashCommandListener = null;