Bump version
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2022-11-21 11:15:23 +01:00
parent 0da3eecd29
commit f73b489844
2 changed files with 3 additions and 1 deletions

View File

@@ -26,7 +26,7 @@ import java.util.concurrent.TimeUnit;
public class HidekoBot
{
private static String botToken;
private static final String version = "0.1.0-slash"; // we should probably find a way to make this consistent with Maven
private static final String version = "0.1.1-slash"; // we should probably find a way to make this consistent with Maven
private static JDA jda;