Version 2.0.0-dev.60.0

Merge commit '35b17f373014cdb54dc7f80cfa59cc7d5f9f3803' into dev
diff --git a/CHANGELOG.md b/CHANGELOG.md
index a353d32..08bfa29 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,18 +1,10 @@
-## 2.0.0-dev.XX.0
-(Add new changes here, and they will be copied to the
- change section for the next dev version)
-
-### Language
-
-#### Strong Mode
+## 2.0.0-dev.60.0
 
 ### Core library changes
 
 * `dart:convert`
   * Allow `utf8.decoder.fuse(json.decoder)` to ignore leading Unicode BOM.
 
-### Dart VM
-
 ### Tool Changes
 
 #### Analyzer
@@ -22,10 +14,6 @@
 
 [issue 33182]: https://github.com/dart-lang/sdk/issues/33182
 
-#### Pub
-
-#### Other Tools
-
 ## 2.0.0-dev.59.0
 
 ### Language
diff --git a/tools/VERSION b/tools/VERSION
index a3f39d7..0f5e991 100644
--- a/tools/VERSION
+++ b/tools/VERSION
@@ -23,9 +23,9 @@
 #  * Making cherry-picks to stable channel
 #     - increase PATCH by 1
 #
-CHANNEL be
+CHANNEL dev
 MAJOR 2
 MINOR 0
 PATCH 0
-PRERELEASE 0
+PRERELEASE 60
 PRERELEASE_PATCH 0