From 70578d2ffc7dd429ecc9d2827df1371000ad8304 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beatrice=20Dellac=C3=A0?= Date: Tue, 22 Nov 2022 22:00:59 +0100 Subject: [PATCH] Bump version to 0.4.0 The new thread update deserves a decent version bump --- 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 67bb5e2..08063d2 100644 --- a/src/main/java/wtf/beatrice/hidekobot/Cache.java +++ b/src/main/java/wtf/beatrice/hidekobot/Cache.java @@ -34,7 +34,7 @@ public class Cache private final static String execPath = System.getProperty("user.dir"); - private static final String botVersion = "0.3.2"; // we should probably find a way to make this consistent with Maven + private static final String botVersion = "0.4.0"; // todo: we should probably find a way to make this consistent with Maven private static final String botName = "Hideko"; private static SlashCommandListener slashCommandListener = null;