Skip to content

Commit e8bb03d

Browse files
committed
Bump version number
1 parent 3f9cf19 commit e8bb03d

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.7</version>
9+
<version>0.0.8</version>
1010

1111
<repositories>
1212
<repository>

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

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

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

0 commit comments

Comments
 (0)