Merge commit '6ae4611db18f799a890c9de3a6e15cd6702ad90c' into dev-release
diff --git a/src/main/java/com/android/tools/r8/Version.java b/src/main/java/com/android/tools/r8/Version.java
index 041bc2c..6eac09c 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 = "main";
+  public static final String LABEL = "8.1.18-dev";
 
   // The prefix of the active dev version line being worked on from this branch. This is used in the
   // few cases where the compiler makes decisions based in the compiler version and where version