Skip to content

Commit a56fa2c

Browse files
committed
Release 0.1.0
1 parent a9dec54 commit a56fa2c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

auth0/src/main/java/com/auth0/BuildConfig.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22

33
abstract class BuildConfig {
44

5-
private BuildConfig() {};
5+
private BuildConfig() {}
66

77
/**
88
* Version of auth0-java
99
*/
10-
public static final String VERSION = "1.0.0";
10+
public static final String VERSION = "0.1.0";
1111
/**
1212
* Name of the library auth0-java
1313
*/

0 commit comments

Comments
 (0)