Skip to content

Commit

Permalink
Create version 0.7.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mattbdean committed Feb 22, 2015
1 parent f68cb96 commit 83f292e
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.7.0'
version = '0.7.0.1'

repositories {
mavenCentral()
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/net/dean/jraw/Version.java
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down

0 comments on commit 83f292e

Please sign in to comment.