Prep to publish dwds (#1391)

diff --git a/dwds/CHANGELOG.md b/dwds/CHANGELOG.md
index a848f97..407d2ab 100644
--- a/dwds/CHANGELOG.md
+++ b/dwds/CHANGELOG.md
@@ -1,4 +1,4 @@
-## 11.2.3-dev
+## 11.2.3
 
 - Fix race causing intermittent `Aww, snap` errors on starting debugger
   with multiple breakpoints in source.
diff --git a/dwds/lib/src/injected/client.js b/dwds/lib/src/injected/client.js
index 10bd83d..7c8581e 100644
--- a/dwds/lib/src/injected/client.js
+++ b/dwds/lib/src/injected/client.js
@@ -1,4 +1,4 @@
-// Generated by dart2js (NullSafetyMode.unsound, no-legacy-javascript), the Dart to JavaScript compiler version: 2.15.0-19.0.dev.
+// Generated by dart2js (NullSafetyMode.unsound, no-legacy-javascript), the Dart to JavaScript compiler version: 2.15.0-42.0.dev.
 // The code supports the following hooks:
 // dartPrint(message):
 //    if this function is defined it is called instead of the Dart [print]
diff --git a/dwds/lib/src/version.dart b/dwds/lib/src/version.dart
index 0bfc9c7..4a5a08f 100644
--- a/dwds/lib/src/version.dart
+++ b/dwds/lib/src/version.dart
@@ -1,2 +1,2 @@
 // Generated code. Do not modify.
-const packageVersion = '11.2.3-dev';
+const packageVersion = '11.2.3';
diff --git a/dwds/pubspec.yaml b/dwds/pubspec.yaml
index 3c941bf..70f31bb 100644
--- a/dwds/pubspec.yaml
+++ b/dwds/pubspec.yaml
@@ -1,6 +1,6 @@
 name: dwds
 # Every time this changes you need to run `pub run build_runner build`.
-version: 11.2.3-dev
+version: 11.2.3
 homepage: https://github.com/dart-lang/webdev/tree/master/dwds
 description: >-
   A service that proxies between the Chrome debug protocol and the Dart VM