We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78e8fab commit 52edb60Copy full SHA for 52edb60
build.gradle
@@ -15,7 +15,7 @@ ext {
15
allprojects {
16
sourceCompatibility = 1.7
17
group = 'net.dean.jraw'
18
- version = '0.7.1'
+ version = '0.8.0'
19
20
repositories {
21
mavenCentral()
src/main/java/net/dean/jraw/Version.java
@@ -6,7 +6,7 @@
6
public class Version {
7
/** If the 'build' field is equal to this constant, then it will be excluded in {@link #formatted()}. */
8
public static final int EXCLUDE = -1;
9
- private static final Version INSTANCE = new Version(0, 7, 1);
+ private static final Version INSTANCE = new Version(0, 8, 0);
10
11
/** Gets the current version of the library */
12
public static Version get() {
0 commit comments