| // 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.49.0-dev.1'; |