We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 678ad9c commit 798a83fCopy full SHA for 798a83f
2 files changed
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.44.0';
+const version = '2.44.1';
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.44.0
+version: 2.44.1
repository: https://github.com/flutter/devtools/tree/master/packages/devtools_app
0 commit comments