We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea066c4 commit d010c20Copy full SHA for d010c20
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.42.0';
+const version = '2.42.1';
packages/devtools_app/pubspec.yaml
@@ -4,7 +4,7 @@ publish_to: none
4
5
# Note: this version should only be updated by running the 'dt update-version'
6
# command that updates the version here and in 'devtools.dart'.
7
-version: 2.42.0
+version: 2.42.1
8
9
repository: https://github.com/flutter/devtools/tree/master/packages/devtools_app
0 commit comments