commit | 7bd795cc379176b324dd674a6bc53faab03a129a | [log] [tgz] |
---|---|---|
author | Christoffer Quist Adamsen <christofferqa@google.com> | Mon Jun 07 11:32:56 2021 +0200 |
committer | Christoffer Quist Adamsen <christofferqa@google.com> | Mon Jun 07 11:32:56 2021 +0200 |
tree | 773740986fdeef872ef56cfadaf24fedc67b47bf | |
parent | d83e0f3f7cc51986cb035d1a286a2442ee639bb9 [diff] |
Version 2.1.101 Bug: 190335834 Change-Id: Icd1c2f65a4c6d53d61292b29131872966e42ef86
diff --git a/src/main/java/com/android/tools/r8/Version.java b/src/main/java/com/android/tools/r8/Version.java index 2f99e6b..98218f1 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 = "2.1.100"; + public static final String LABEL = "2.1.101"; private Version() { }