Reset DWDS after release (#2347)

diff --git a/dwds/CHANGELOG.md b/dwds/CHANGELOG.md
index 054cc97..3fb766c 100644
--- a/dwds/CHANGELOG.md
+++ b/dwds/CHANGELOG.md
@@ -1,3 +1,5 @@
+## 23.3.0-wip
+
 ## 23.2.0
 
 - Send untruncated `dart:developer` logs to debugging clients. - [#2333](https://github.com/dart-lang/webdev/pull/2333)
diff --git a/dwds/lib/src/version.dart b/dwds/lib/src/version.dart
index 3c0d0e0..8d4925e 100644
--- a/dwds/lib/src/version.dart
+++ b/dwds/lib/src/version.dart
@@ -1,2 +1,2 @@
 // Generated code. Do not modify.
-const packageVersion = '23.2.0';
+const packageVersion = '23.3.0-wip';
diff --git a/dwds/pubspec.yaml b/dwds/pubspec.yaml
index 434ce19..6eb01cc 100644
--- a/dwds/pubspec.yaml
+++ b/dwds/pubspec.yaml
@@ -1,6 +1,6 @@
 name: dwds
 # Every time this changes you need to run `dart run build_runner build`.
-version: 23.2.0
+version: 23.3.0-wip
 description: >-
   A service that proxies between the Chrome debug protocol and the Dart VM
   service protocol.
diff --git a/dwds/ignore_pubspec_overrides.yaml b/dwds/pubspec_overrides.yaml
similarity index 100%
rename from dwds/ignore_pubspec_overrides.yaml
rename to dwds/pubspec_overrides.yaml