Updating from 2.39.0-dev.1 to 2.39.0-dev.2 (#8148)

Automated Version Bump
diff --git a/packages/devtools_app/lib/devtools.dart b/packages/devtools_app/lib/devtools.dart
index d670bcc..b31863c 100644
--- a/packages/devtools_app/lib/devtools.dart
+++ b/packages/devtools_app/lib/devtools.dart
@@ -9,4 +9,4 @@
 // the constant declaration `const version =`.
 // If you change the declaration you must also modify the regex in
 // tools/update_version.dart.
-const version = '2.39.0-dev.1';
+const version = '2.39.0-dev.2';
diff --git a/packages/devtools_app/pubspec.yaml b/packages/devtools_app/pubspec.yaml
index ab12c3c..104cc34 100644
--- a/packages/devtools_app/pubspec.yaml
+++ b/packages/devtools_app/pubspec.yaml
@@ -4,7 +4,7 @@
 
 # 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.39.0-dev.1
+version: 2.39.0-dev.2
 
 repository: https://github.com/flutter/devtools/tree/master/packages/devtools_app