Prepare for release 2.43.0 (#8830)
diff --git a/flutter-candidate.txt b/flutter-candidate.txt index 7ca3f98..97032a5 100644 --- a/flutter-candidate.txt +++ b/flutter-candidate.txt
@@ -1 +1 @@ -3297454732841b1a5a25d9f35f1fd5d7a4479e12 +7313c873463d2a20a7ec1047d7b8b9146dd2a39b
diff --git a/packages/devtools_app/lib/devtools.dart b/packages/devtools_app/lib/devtools.dart index c466196..2dcdc40 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.43.0-dev.0'; +const version = '2.43.0';
diff --git a/packages/devtools_app/pubspec.yaml b/packages/devtools_app/pubspec.yaml index a8e13e6..960957b 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.43.0-dev.0 +version: 2.43.0 repository: https://github.com/flutter/devtools/tree/master/packages/devtools_app