blob: 74f8c82dcec5c80f56c54511286ea0bdeb3f4e30 [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.dart
// that updates all versions for DevTools.
// Note: a regexp in tools/update_version.dart matches
// the constant declaration `const version =`.
// If you change the declaration you must also modify the regex in
// tools/update_version.dart.
const version = '2.38.0-dev.14';