From b271008db6364cbcc6669131a64801b6f63bd620 Mon Sep 17 00:00:00 2001 From: Sam Rawlins Date: Mon, 6 Jul 2026 10:31:37 -0700 Subject: [PATCH 1/2] Prepare for release 2.60.0 --- packages/devtools_app/lib/devtools.dart | 2 +- packages/devtools_app/pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/devtools_app/lib/devtools.dart b/packages/devtools_app/lib/devtools.dart index 5d9d594da48..32991b31739 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.60.0-dev.0'; +const version = '2.60.0'; diff --git a/packages/devtools_app/pubspec.yaml b/packages/devtools_app/pubspec.yaml index f4fe7bf2d50..51a873153e9 100644 --- a/packages/devtools_app/pubspec.yaml +++ b/packages/devtools_app/pubspec.yaml @@ -7,7 +7,7 @@ publish_to: none # 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.60.0-dev.0 +version: 2.60.0 repository: https://github.com/flutter/devtools/tree/master/packages/devtools_app From ef840ac44539f129090a07205d3d09a307a50189 Mon Sep 17 00:00:00 2001 From: Sam Rawlins Date: Mon, 6 Jul 2026 10:33:36 -0700 Subject: [PATCH 2/2] flutter-candidate-ad80825c24d770a19e33f67800fc0338a3b89ec7 --- flutter-candidate.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flutter-candidate.txt b/flutter-candidate.txt index 7a15421ccdb..5900694a6d8 100644 --- a/flutter-candidate.txt +++ b/flutter-candidate.txt @@ -1 +1 @@ -7e1e507403236215dd7420e1b2bb5dc5895554ce +ad80825c24d770a19e33f67800fc0338a3b89ec7