From 4a92ba588ab70f34d45bbeb3eeada3079fedf690 Mon Sep 17 00:00:00 2001 From: Ben Konyi Date: Mon, 13 Jan 2025 14:50:10 -0500 Subject: [PATCH] [ DWDS ] Reset version to 24.3.3-wip (#2569) --- dwds/CHANGELOG.md | 2 ++ dwds/lib/src/version.dart | 2 +- dwds/pubspec.yaml | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/dwds/CHANGELOG.md b/dwds/CHANGELOG.md index 3c0085da1..205d061ab 100644 --- a/dwds/CHANGELOG.md +++ b/dwds/CHANGELOG.md @@ -1,3 +1,5 @@ +## 24.3.3-wip + ## 24.3.2 - Bump `package:dds` to `>=4.2.5 <6.0.0`. diff --git a/dwds/lib/src/version.dart b/dwds/lib/src/version.dart index 82c42a2f8..8b6d910e0 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.2'; +const packageVersion = '24.3.3-wip'; diff --git a/dwds/pubspec.yaml b/dwds/pubspec.yaml index 12ef2bed5..5775fcbe4 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.2 +version: 24.3.3-wip description: >- A service that proxies between the Chrome debug protocol and the Dart VM service protocol.