package.json: change version to v0.34.0-dev

Fixes golang/vscode-go#2212

Change-Id: I360a7ead7cea95263c9b2e915dd8d809ffd0276b
Reviewed-on: https://go-review.googlesource.com/c/vscode-go/+/403474
TryBot-Result: kokoro <noreply+kokoro@google.com>
Reviewed-by: Robert Findley <rfindley@google.com>
Run-TryBot: Hyang-Ah Hana Kim <hyangah@gmail.com>
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 08a0cd0..e07fe88 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,4 @@
-## v0.33.0 - 28 Apr, 2022
+## v0.33.0 - 1 May, 2022
 
 📣 [Remote attach debugging](docs/debugging.md#connecting-to-headless-delve-with-target-specified-at-server-start-up) is now available via Delve's native DAP implementation with Delve v1.7.3 or newer. It is now the default with the [Go Nightly](docs/nightly.md) and will become the default for the stable releases in mid 2022.
 
diff --git a/package-lock.json b/package-lock.json
index 0c7a487..6bd3dfb 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
 {
   "name": "go",
-  "version": "0.33.0-dev",
+  "version": "0.34.0-dev",
   "lockfileVersion": 2,
   "requires": true,
   "packages": {
diff --git a/package.json b/package.json
index 06b553a..acfaa16 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
 {
   "name": "go",
   "displayName": "Go",
-  "version": "0.33.0-dev",
+  "version": "0.34.0-dev",
   "preview": true,
   "publisher": "golang",
   "description": "Rich Go language support for Visual Studio Code",