Skip to content

Commit 27fad16

Browse files
Updating from 2.35.0-dev.13 to 2.35.0-dev.14 (#7632)
Automated Version Bump
1 parent e209f83 commit 27fad16

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.13';
12+
const String version = '2.35.0-dev.14';

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.13
7+
version: 2.35.0-dev.14
88

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

0 commit comments

Comments
 (0)