Skip to content

Commit

Permalink
Create version 0.7.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mattbdean committed Mar 2, 2015
1 parent 01b1c86 commit c40e04f
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.1'
version = '0.7.0.2'

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, 1);
private static final Version INSTANCE = new Version(0, 7, 0, 2);

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

0 comments on commit c40e04f

Please sign in to comment.