blob: 7e050713bb268a8e454aa1076b4b604066b08f6b [file] [log] [blame] [edit]
// Copyright 2019 The Flutter Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file or at https://developers.google.com/open-source/licenses/bsd.
/// The DevTools application version
///
/// This version should only be updated by running the 'dt update-version'
/// command that updates the version here and in 'devtools_app/pubspec.yaml'.
///
/// Note: a regexp in the `dt update-version' command logic matches the constant
/// declaration `const version =`. If you change the declaration you must also
/// modify the regex in the `dt update-version' command logic.
const version = '2.50.0-dev.1';