Skip to content

Commit

Permalink
Chanage api version to 14
Browse files Browse the repository at this point in the history
  • Loading branch information
markpollack committed Sep 13, 2018
1 parent b500388 commit 4ba0625
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ public class Version {
* Should be incremented each time the API evolves whether it's a breaking change or
* not.
*/
public static final int REVISION = 15;
public static final int REVISION = 14;

public static final String REVISION_KEY = "api.revision";

Expand Down

0 comments on commit 4ba0625

Please sign in to comment.