Revert "Prepare for release 2.37.0 (#7998)" (#8003)
diff --git a/flutter-candidate.txt b/flutter-candidate.txt index 4be2978..d97ed57 100644 --- a/flutter-candidate.txt +++ b/flutter-candidate.txt
@@ -1 +1 @@ -a27d01385094a7a324d7953aba5e8e5ee1707ce5 +1c77696615558bf8f9fa7a6e2a473f438f1c03ca
diff --git a/packages/devtools_app/lib/devtools.dart b/packages/devtools_app/lib/devtools.dart index f1829d8..e2e0cfd 100644 --- a/packages/devtools_app/lib/devtools.dart +++ b/packages/devtools_app/lib/devtools.dart
@@ -9,4 +9,4 @@ // the constant declaration `const version =`. // If you change the declaration you must also modify the regex in // tools/update_version.dart. -const version = '2.37.0'; +const version = '2.37.0-dev.13';
diff --git a/packages/devtools_app/pubspec.yaml b/packages/devtools_app/pubspec.yaml index 1700095..9169678 100644 --- a/packages/devtools_app/pubspec.yaml +++ b/packages/devtools_app/pubspec.yaml
@@ -4,7 +4,7 @@ # Note: this version should only be updated by running tools/update_version.dart # that updates all versions of devtools packages (devtools_app, devtools_test). -version: 2.37.0 +version: 2.37.0-dev.13 repository: https://github.com/flutter/devtools/tree/master/packages/devtools_app