Skip to content

Commit e27cbc9

Browse files
Updating from 2.35.0-dev.15 to 2.35.0-dev.16 (#7652)
Automated Version Bump
1 parent 585b55f commit e27cbc9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/devtools_app/lib/devtools.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@
99
// the constant declaration `const String version =`.
1010
// If you change the declaration you must also modify the regex in
1111
// tools/update_version.dart.
12-
const String version = '2.35.0-dev.15';
12+
const String version = '2.35.0-dev.16';

packages/devtools_app/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ publish_to: none
44

55
# Note: this version should only be updated by running tools/update_version.dart
66
# that updates all versions of devtools packages (devtools_app, devtools_test).
7-
version: 2.35.0-dev.15
7+
version: 2.35.0-dev.16
88

99
repository: https://github.com/flutter/devtools/tree/master/packages/devtools_app
1010

0 commit comments

Comments
 (0)