Skip to content

Commit

Permalink
Update patch version for release - new version is 1.6.19-dev
Browse files Browse the repository at this point in the history
Change-Id: I672b398aa371e2bb6418a68486f75c87fa8a8579
  • Loading branch information
mkj-gram committed Aug 5, 2019
1 parent cfa181d commit ca45945
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/com/android/tools/r8/Version.java
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ public final class Version {

// This field is accessed from release scripts using simple pattern matching.
// Therefore, changing this field could break our release scripts.
public static final String LABEL = "1.6.18-dev";
public static final String LABEL = "1.6.19-dev";

private Version() {
}
Expand Down

0 comments on commit ca45945

Please sign in to comment.