blob: e62ac8a791aec8dbb61769edb39f53ecd64743fa [file] [log] [blame]
// Copyright 2019 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
/// The DevTools application version.
// This version should only be updated by running tools/update_version.sh
// that updates all versions for DevTools.
// Note: a regexp in tools/update_version.sh matches the following line so
// if you change it you must also modify tools/update_version.sh.
const String version = '0.8.0+2';