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 006b781 commit b0035feCopy full SHA for b0035fe
packages/devtools_app/lib/devtools.dart
@@ -9,4 +9,4 @@
9
// the constant declaration `const String version =`.
10
// If you change the declaration you must also modify the regex in
11
// tools/update_version.dart.
12
-const String version = '2.35.0-dev.9';
+const String version = '2.35.0-dev.10';
packages/devtools_app/pubspec.yaml
@@ -4,7 +4,7 @@ publish_to: none
4
5
# Note: this version should only be updated by running tools/update_version.dart
6
# that updates all versions of devtools packages (devtools_app, devtools_test).
7
-version: 2.35.0-dev.9
+version: 2.35.0-dev.10
8
repository: https://github.com/flutter/devtools/tree/master/packages/devtools_app
0 commit comments