Skip to content

Commit 66d6e1c

Browse files
committed
Bump version number
1 parent 4bbdfe6 commit 66d6e1c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>groupId</groupId>
88
<artifactId>jda</artifactId>
9-
<version>0.0.6</version>
9+
<version>0.0.7</version>
1010

1111
<repositories>
1212
<repository>

src/main/java/the/bytecode/club/jda/JDA.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333

3434
public class JDA {
3535
/*per version*/
36-
public static final String version = "0.0.6";
36+
public static final String version = "0.0.7";
3737
public static final boolean previewCopy = false;
3838
/* Constants */
3939
public static final String fs = System.getProperty("file.separator");

0 commit comments

Comments
 (0)