Skip to content

Commit c40e04f

Browse files
committed
Create version 0.7.0.2
1 parent 01b1c86 commit c40e04f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ext {
1515
allprojects {
1616
sourceCompatibility = 1.7
1717
group = 'net.dean.jraw'
18-
version = '0.7.0.1'
18+
version = '0.7.0.2'
1919

2020
repositories {
2121
mavenCentral()

src/main/java/net/dean/jraw/Version.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
public class Version {
77
/** If a field is equal to this constant, then it will be excluded in {@link #formatted()}. */
88
public static final int EXCLUDE = -1;
9-
private static final Version INSTANCE = new Version(0, 7, 0, 1);
9+
private static final Version INSTANCE = new Version(0, 7, 0, 2);
1010

1111
/** Gets the current version of the library */
1212
public static Version get() {

0 commit comments

Comments
 (0)