commit | 3a252e519e08fab818dab46496b811078aacdd42 | [log] [tgz] |
---|---|---|
author | Rico Wind <ricow@google.com> | Thu Oct 31 08:04:33 2024 +0100 |
committer | Rico Wind <ricow@google.com> | Thu Oct 31 08:04:33 2024 +0100 |
tree | c1858b0bfe67e09fa87c0ff0d80176053374822a | |
parent | 8c064e58b366697410a8c4955e78aab65b2bc803 [diff] |
Version 8.6.33 Bug: b/366412380 Change-Id: Ibc8517ffd3c5ab3ae37a36bb65c74cfe2c639e83
diff --git a/src/main/java/com/android/tools/r8/Version.java b/src/main/java/com/android/tools/r8/Version.java index 81238ac..3b7ace2 100644 --- a/src/main/java/com/android/tools/r8/Version.java +++ b/src/main/java/com/android/tools/r8/Version.java
@@ -13,7 +13,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.6.32"; + public static final String LABEL = "8.6.33"; private Version() { }