diff --git a/dwds/CHANGELOG.md b/dwds/CHANGELOG.md index b68cb16c9..c738cb733 100644 --- a/dwds/CHANGELOG.md +++ b/dwds/CHANGELOG.md @@ -1,3 +1,5 @@ +## 24.4.0-wip + ## 24.3.0 - Update to be forward compatible with changes to `package:shelf_web_socket`. diff --git a/dwds/lib/src/version.dart b/dwds/lib/src/version.dart index 6b900ac62..588ff7d61 100644 --- a/dwds/lib/src/version.dart +++ b/dwds/lib/src/version.dart @@ -1,2 +1,2 @@ // Generated code. Do not modify. -const packageVersion = '24.3.0'; +const packageVersion = '24.4.0-wip'; diff --git a/dwds/pubspec.yaml b/dwds/pubspec.yaml index 4a0295416..b3b8392af 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: 24.3.0 +version: 24.4.0-wip description: >- A service that proxies between the Chrome debug protocol and the Dart VM service protocol.