Prepare cherry-pick release - DevTools 2.56.1
diff --git a/flutter-candidate.txt b/flutter-candidate.txt
index 1dcec31..5a8f757 100644
--- a/flutter-candidate.txt
+++ b/flutter-candidate.txt
@@ -1 +1 @@
-434491ab43cf63f27cf3a5fe8bc88aba12a4971b
+9d59b38b5755777570b861e93be1e7c7f9913027
diff --git a/packages/devtools_app/lib/devtools.dart b/packages/devtools_app/lib/devtools.dart
index 199647b..78d8d88 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.56.0';
+const version = '2.56.1';
diff --git a/packages/devtools_app/pubspec.yaml b/packages/devtools_app/pubspec.yaml
index 17dbf52..e5f93b5 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.56.0
+version: 2.56.1
 
 repository: https://github.com/flutter/devtools/tree/master/packages/devtools_app