blob: ed19d717b7e7a35f44cb00d5d38884a6b5ff5161 [file] [log] [blame]
// Copyright (c) 2017, the R8 project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
package com.android.tools.r8;
public final class Version {
public static final String LABEL = "v0.2.0-dev";
private Version() {
}
}