| commit | ed09814db671152793c6f5ca50d19f467acf0943 | [log] [tgz] |
|---|---|---|
| author | Christoffer Quist Adamsen <christofferqa@google.com> | Fri Nov 10 10:43:43 2023 +0100 |
| committer | Christoffer Quist Adamsen <christofferqa@google.com> | Fri Nov 10 10:43:43 2023 +0100 |
| tree | 97cc5d66a5ed9300ecea6f9b499c6b53e740ba9a | |
| parent | 7fd1744bf57a76491efd4f09c57b1ef60fed0618 [diff] |
Version 8.2.36 Bug: b/309727365 Change-Id: Icc3b9955aa449ef9d7aa4cb852876fdc22478fbd
diff --git a/src/main/java/com/android/tools/r8/Version.java b/src/main/java/com/android/tools/r8/Version.java index bc643a4..580d776 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.2.35"; + public static final String LABEL = "8.2.36"; private Version() { }