From 0aec543a46b17b6331e5e24e7631168ab0764249 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beatrice=20Dellac=C3=A0?= Date: Mon, 21 Nov 2022 16:28:31 +0100 Subject: [PATCH] Bump version --- src/main/java/wtf/beatrice/hidekobot/Configuration.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/wtf/beatrice/hidekobot/Configuration.java b/src/main/java/wtf/beatrice/hidekobot/Configuration.java index 7c4d810..13c8295 100644 --- a/src/main/java/wtf/beatrice/hidekobot/Configuration.java +++ b/src/main/java/wtf/beatrice/hidekobot/Configuration.java @@ -33,7 +33,7 @@ public class Configuration private static LocalDateTime startupTime; - private static final String botVersion = "0.1.2-slash"; // we should probably find a way to make this consistent with Maven + private static final String botVersion = "0.1.3-slash"; // we should probably find a way to make this consistent with Maven private static final String botName = "HidekoBot"; private static final Color botColor = Color.PINK;