We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ab746e commit ab7ba4fCopy full SHA for ab7ba4f
1 file changed
src/main/java/io/github/kloping/qqbot/impl/BaseConnectedEvent.java
@@ -50,7 +50,7 @@ public String getId() {
50
return getMetadata().get("id").toString();
51
}
52
53
- public static final String VERSION = "1.5.2";
+ public static final String VERSION = "1.5.3-L1";
54
public static final String PROJECT_NAME = "qqpd-bot-java";
55
public static final String AUTHOR = "kloping";
56
public static final String FORMAT = "Bot(%s) connected! By " + AUTHOR + " of " + PROJECT_NAME + " v" + VERSION;
0 commit comments