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 93aa0e9 commit a364927Copy full SHA for a364927
2 files changed
pom.xml
@@ -6,7 +6,7 @@
6
7
<groupId>io.github.kloping</groupId>
8
<artifactId>bot-qqpd-java</artifactId>
9
- <version>1.5.2-L1</version>
+ <version>1.5.2-L2</version>
10
11
<packaging>jar</packaging>
12
<name>bot-qqpd-java</name>
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-L1";
+ public static final String VERSION = "1.5.2-L2";
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