Prepare for release 2.50.0 (#9407)
diff --git a/flutter-candidate.txt b/flutter-candidate.txt index c1d75d4..8416e71 100644 --- a/flutter-candidate.txt +++ b/flutter-candidate.txt
@@ -1 +1 @@ -78df185e5a8da5290246fb25d3c81851834c729a +86327198ff0678f46cbdfb3e12f1759d03aa768d
diff --git a/packages/devtools_app/lib/devtools.dart b/packages/devtools_app/lib/devtools.dart index 040d0dc..001925b 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.50.0-dev.0'; +const version = '2.50.0';
diff --git a/packages/devtools_app/pubspec.yaml b/packages/devtools_app/pubspec.yaml index 5482894..256ac39 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.50.0-dev.0 +version: 2.50.0 repository: https://github.com/flutter/devtools/tree/master/packages/devtools_app