commit | 62a6605da24c218dd2145bf503098cf18cfc7d54 | [log] [tgz] |
---|---|---|
author | Christoffer Quist Adamsen <christofferqa@google.com> | Fri Nov 03 14:49:42 2023 +0100 |
committer | Christoffer Quist Adamsen <christofferqa@google.com> | Fri Nov 03 14:49:42 2023 +0100 |
tree | cf4c60e1d52c1a48bc44893236c7bd193b65ca22 | |
parent | 988c9a6f2b75c311972228211615fd5998df382b [diff] |
Version 8.0.67 Bug: b/308763761 Bug: b/309076043 Change-Id: Id434e45844eec6d8d4926d4dd446f5b1da3e45b7
diff --git a/src/main/java/com/android/tools/r8/Version.java b/src/main/java/com/android/tools/r8/Version.java index 944a08b..bdeb350 100644 --- a/src/main/java/com/android/tools/r8/Version.java +++ b/src/main/java/com/android/tools/r8/Version.java
@@ -11,7 +11,7 @@ // 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 = "8.0.66"; + public static final String LABEL = "8.0.67"; private Version() { }