| commit | 378ff7cef5b6602c51d68a35adfb491fdb1b5048 | [log] [tgz] |
|---|---|---|
| author | Christoffer Adamsen <christofferqa@google.com> | Thu Aug 07 11:20:27 2025 +0200 |
| committer | Christoffer Adamsen <christofferqa@google.com> | Thu Aug 07 11:20:27 2025 +0200 |
| tree | e5d791c556cdc68b5ee8e205f3e538cef5eb4aca | |
| parent | a66b725ce02cf46fd8b976f3c240d112bb110f0c [diff] |
Version 8.10.34 Bug: b/437005995 Change-Id: I514126afb5213ce9a708ee7750c6689fb0774772
diff --git a/src/main/java/com/android/tools/r8/Version.java b/src/main/java/com/android/tools/r8/Version.java index b73193f..a5c0741 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.33"; + public static final String LABEL = "8.10.34"; private Version() { }