commit | 2580e83d60200be531665ea79cc9f2e801dc7611 | [log] [tgz] |
---|---|---|
author | Christoffer Quist Adamsen <christofferqa@google.com> | Fri Jan 05 10:50:12 2024 +0100 |
committer | Christoffer Quist Adamsen <christofferqa@google.com> | Fri Jan 05 10:50:12 2024 +0100 |
tree | 4f668bffd241bf68a89b8c2bda7c39ce6fc966b9 | |
parent | 2a22e5f13cf41a884eaaecb35ce95e481181491d [diff] |
Version 8.0.73 Bug: b/316100042 Change-Id: I85b39889751befda6389d93ca94877a0de44e097
diff --git a/src/main/java/com/android/tools/r8/Version.java b/src/main/java/com/android/tools/r8/Version.java index 1bc9aae..7c87470 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.72"; + public static final String LABEL = "8.0.73"; private Version() { }