Skip to content

Commit 643acb3

Browse files
Updating from 2.37.0-dev.4 to 2.37.0-dev.5 (#7931)
1 parent c5be95f commit 643acb3

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 version =`.
1010
// If you change the declaration you must also modify the regex in
1111
// tools/update_version.dart.
12-
const version = '2.37.0-dev.4';
12+
const version = '2.37.0-dev.5';

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.37.0-dev.4
7+
version: 2.37.0-dev.5
88

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

0 commit comments

Comments
 (0)