Version 2.0.0-dev.68.0

Merge commit 'c267586b652c0101a3f54ef7a75a08c0be27dafb' into dev
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 3059f792..1160e93 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -12,14 +12,26 @@
 
 #### dartfmt
 
-* Do not split long strings inside their string interpolations.
-
 #### Pub
 
 #### Dart2js
 
 #### Analyzer
 
+#### Other Tools
+
+### Core library changes
+
+## 2.0.0-dev.68.0
+
+### Tool Changes
+
+#### dartfmt
+
+* Do not split long strings inside their string interpolations.
+
+#### Analyzer
+
   * The analysis server will now only analyze code in Dart 2 mode ('strong
     mode'). It will emit warnings for analysis options files that have
     `strong-mode: false` set (and will emit a hint for `strong-mode: true`,
@@ -27,10 +39,6 @@
   * The dartanalyzer `--strong` flag is now deprecated and ignored; the
     command-line analyzer now only analyzes code in strong mode.
 
-#### Other Tools
-
-### Core library changes
-
 ## 2.0.0-dev.67.0
 
 ### Language
diff --git a/tools/VERSION b/tools/VERSION
index a3f39d7..2af778a 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 68
 PRERELEASE_PATCH 0