Version 2.18.0-215.0.dev

Merge commit 'c75f794913a398248b15f5b0e2933f93917b43c3' into 'dev'
diff --git a/pkg/dds/CHANGELOG.md b/pkg/dds/CHANGELOG.md
index b4fa6ec0..9a63d21 100644
--- a/pkg/dds/CHANGELOG.md
+++ b/pkg/dds/CHANGELOG.md
@@ -1,3 +1,6 @@
+# 2.2.3
+- Internal DAP changes.
+
 # 2.2.2
 - Updated `vm_service` version to 9.0.0.
 
diff --git a/pkg/dds/pubspec.yaml b/pkg/dds/pubspec.yaml
index 4145ae3..972dcf1 100644
--- a/pkg/dds/pubspec.yaml
+++ b/pkg/dds/pubspec.yaml
@@ -1,5 +1,5 @@
 name: dds
-version: 2.2.2
+version: 2.2.3
 description: >-
   A library used to spawn the Dart Developer Service, used to communicate with
   a Dart VM Service instance.
diff --git a/tools/VERSION b/tools/VERSION
index eef9402..122e79d 100644
--- a/tools/VERSION
+++ b/tools/VERSION
@@ -27,5 +27,5 @@
 MAJOR 2
 MINOR 18
 PATCH 0
-PRERELEASE 214
+PRERELEASE 215
 PRERELEASE_PATCH 0
\ No newline at end of file