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 4bbdfe6 commit 66d6e1cCopy full SHA for 66d6e1c
pom.xml
@@ -6,7 +6,7 @@
6
7
<groupId>groupId</groupId>
8
<artifactId>jda</artifactId>
9
- <version>0.0.6</version>
+ <version>0.0.7</version>
10
11
<repositories>
12
<repository>
src/main/java/the/bytecode/club/jda/JDA.java
@@ -33,7 +33,7 @@
33
34
public class JDA {
35
/*per version*/
36
- public static final String version = "0.0.6";
+ public static final String version = "0.0.7";
37
public static final boolean previewCopy = false;
38
/* Constants */
39
public static final String fs = System.getProperty("file.separator");
0 commit comments