diff --git a/build.gradle b/build.gradle index 1ccbeea0c..2e23d0650 100644 --- a/build.gradle +++ b/build.gradle @@ -15,7 +15,7 @@ ext { allprojects { sourceCompatibility = 1.7 group = 'net.dean.jraw' - version = '0.7.0' + version = '0.7.0.1' repositories { mavenCentral() diff --git a/src/main/java/net/dean/jraw/Version.java b/src/main/java/net/dean/jraw/Version.java index c16127eae..781754557 100644 --- a/src/main/java/net/dean/jraw/Version.java +++ b/src/main/java/net/dean/jraw/Version.java @@ -6,7 +6,7 @@ public class Version { /** If a field is equal to this constant, then it will be excluded in {@link #formatted()}. */ public static final int EXCLUDE = -1; - private static final Version INSTANCE = new Version(0, 7, 0); + private static final Version INSTANCE = new Version(0, 7, 0, 1); /** Gets the current version of the library */ public static Version get() {