commit | 9ff11d1e24cb5b51fcac930dddf345933c990dd5 | [log] [tgz] |
---|---|---|
author | Christoffer Adamsen <christofferqa@google.com> | Thu Sep 25 11:01:09 2025 +0200 |
committer | Christoffer Adamsen <christofferqa@google.com> | Thu Sep 25 11:01:09 2025 +0200 |
tree | 6e0d829b3a9085c18301f5e120673b8cb69adbcc | |
parent | accef944ac81d56ab6a252222cbc584482245e49 [diff] |
Version 8.10.36 Bug: b/445349082 Change-Id: I3a4f021fd05fc1cbcb4d8ba0760cbe97acf61e83
diff --git a/src/main/java/com/android/tools/r8/Version.java b/src/main/java/com/android/tools/r8/Version.java index e66046d..6baf73c 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.10.35"; + public static final String LABEL = "8.10.36"; private Version() { }