commit | 83e86425dcd10ea9275f6e0b8fdcdfacefdd7714 | [log] [tgz] |
---|---|---|
author | Rico Wind <ricow@google.com> | Mon Dec 09 06:25:25 2024 +0100 |
committer | Rico Wind <ricow@google.com> | Mon Dec 09 06:25:25 2024 +0100 |
tree | 57bfcd227c22655e1c6e754140455e345be4f8e0 | |
parent | dfd259fdd322623337cdf0237518ede415ef1a38 [diff] |
Version 8.7.25 Bug: b/353279141 Change-Id: I3a350fdd1112e6471cf5bd14490576bfc24c395d
diff --git a/src/main/java/com/android/tools/r8/Version.java b/src/main/java/com/android/tools/r8/Version.java index ee024d5..03f6dd0 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.7.24"; + public static final String LABEL = "8.7.25"; private Version() { }