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