From 9e7a0fadf0d1ae86d5dc1f5e721e46e702e8ecfe Mon Sep 17 00:00:00 2001 From: DartDevtoolWorkflowBot <121203384+DartDevtoolWorkflowBot@users.noreply.github.com> Date: Sat, 4 May 2024 04:32:35 -0400 Subject: [PATCH] Updating from 2.36.0-dev.2 to 2.36.0-dev.3 (#7698) Automated Version Bump --- 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 e3c31dade89..d1248da7321 100644 --- a/packages/devtools_app/lib/devtools.dart +++ b/packages/devtools_app/lib/devtools.dart @@ -9,4 +9,4 @@ // the constant declaration `const String version =`. // If you change the declaration you must also modify the regex in // tools/update_version.dart. -const String version = '2.36.0-dev.2'; +const String version = '2.36.0-dev.3'; diff --git a/packages/devtools_app/pubspec.yaml b/packages/devtools_app/pubspec.yaml index d10f7b8e96f..89ec89a3bc1 100644 --- a/packages/devtools_app/pubspec.yaml +++ b/packages/devtools_app/pubspec.yaml @@ -4,7 +4,7 @@ publish_to: none # Note: this version should only be updated by running tools/update_version.dart # that updates all versions of devtools packages (devtools_app, devtools_test). -version: 2.36.0-dev.2 +version: 2.36.0-dev.3 repository: https://github.com/flutter/devtools/tree/master/packages/devtools_app