Bump DevTools version for next release cycle (#9296)
diff --git a/packages/devtools_app/lib/devtools.dart b/packages/devtools_app/lib/devtools.dart
index 90a3c7d..5464d3a 100644
--- a/packages/devtools_app/lib/devtools.dart
+++ b/packages/devtools_app/lib/devtools.dart
@@ -10,4 +10,4 @@
/// Note: a regexp in the `dt update-version' command logic matches the constant
/// declaration `const version =`. If you change the declaration you must also
/// modify the regex in the `dt update-version' command logic.
-const version = '2.48.0';
+const version = '2.49.0-dev.0';
diff --git a/packages/devtools_app/pubspec.yaml b/packages/devtools_app/pubspec.yaml
index a4ec954..5a94f61 100644
--- a/packages/devtools_app/pubspec.yaml
+++ b/packages/devtools_app/pubspec.yaml
@@ -7,7 +7,7 @@
# Note: this version should only be updated by running the 'dt update-version'
# command that updates the version here and in 'devtools.dart'.
-version: 2.48.0
+version: 2.49.0-dev.0
repository: https://github.com/flutter/devtools/tree/master/packages/devtools_app
diff --git a/packages/devtools_app/release_notes/NEXT_RELEASE_NOTES.md b/packages/devtools_app/release_notes/NEXT_RELEASE_NOTES.md
index ea72226..18d7b3b 100644
--- a/packages/devtools_app/release_notes/NEXT_RELEASE_NOTES.md
+++ b/packages/devtools_app/release_notes/NEXT_RELEASE_NOTES.md
@@ -6,9 +6,9 @@
This is draft for future release notes, that are going to land on
[the Flutter website](https://docs.flutter.dev/tools/devtools/release-notes).
-# DevTools 2.48.0 release notes
+# DevTools 2.49.0 release notes
-The 2.48.0 release of the Dart and Flutter DevTools
+The 2.49.0 release of the Dart and Flutter DevTools
includes the following changes among other general improvements.
To learn more about DevTools, check out the
[DevTools overview](/tools/devtools/overview).
@@ -39,13 +39,11 @@
## Network profiler updates
-* Fixed network logging after a hot restart. -
- [#9271](https://github.com/flutter/devtools/pull/9271).
+TODO: Remove this section if there are not any general updates.
## Logging updates
-* Started displaying events related to timers in the Logging View. -
- [#9238](https://github.com/flutter/devtools/pull/9238).
+TODO: Remove this section if there are not any general updates.
## App size tool updates
@@ -65,13 +63,9 @@
## Advanced developer mode updates
-- Added a Queued Microtasks tab to the VM Tools screen, which allows a user to
- see details about the microtasks scheduled in an isolate's microtask queue.
- This tab currently only appears when DevTools is connected to a Flutter or
- Dart app started with `--profile-microtasks`. -
- [#9239](https://github.com/flutter/devtools/pull/9239).
+TODO: Remove this section if there are not any general updates.
## Full commit history
To find a complete list of changes in this release, check out the
-[DevTools git log](https://github.com/flutter/devtools/tree/v2.48.0).
+[DevTools git log](https://github.com/flutter/devtools/tree/v2.49.0).