Skip to content

Commit

Permalink
Create version v0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mattbdean committed May 19, 2016
1 parent d790329 commit 5d69d10
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ ext {
allprojects {
sourceCompatibility = 1.7
group = 'net.dean.jraw'
version = '0.8.0'
version = '0.9.0'

repositories {
mavenCentral()
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/net/dean/jraw/util/Version.java
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
public class Version {
/** If the 'build' 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, 8, 0);
private static final Version INSTANCE = new Version(0, 9, 0);

/** Gets the current version of the library */
public static Version get() {
Expand Down

0 comments on commit 5d69d10

Please sign in to comment.