We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3045a56 commit 1fb2f4cCopy full SHA for 1fb2f4c
packages/devtools_app/lib/devtools.dart
@@ -10,4 +10,4 @@
10
/// Note: a regexp in the `dt update-version' command logic matches the constant
11
/// declaration `const version =`. If you change the declaration you must also
12
/// modify the regex in the `dt update-version' command logic.
13
-const version = '2.45.0-dev.0';
+const version = '2.45.0';
packages/devtools_app/pubspec.yaml
@@ -7,7 +7,7 @@ publish_to: none
7
8
# Note: this version should only be updated by running the 'dt update-version'
9
# command that updates the version here and in 'devtools.dart'.
-version: 2.45.0-dev.0
+version: 2.45.0
repository: https://github.com/flutter/devtools/tree/master/packages/devtools_app
0 commit comments