From 19100758cb6909bf6d573531b7dcf200e231b0f5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beatrice=20Dellac=C3=A0?= Date: Tue, 22 Nov 2022 21:42:46 +0100 Subject: [PATCH] Bump version --- 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 c3c32f9..7bd979c 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.1"; // we should probably find a way to make this consistent with Maven + private static final String botVersion = "0.3.2"; // we should probably find a way to make this consistent with Maven private static final String botName = "Hideko"; private static SlashCommandListener slashCommandListener = null;