Skip to content

Commit

Permalink
package.json: change version to v0.34.0-dev
Browse files Browse the repository at this point in the history
Fixes golang#2212

Change-Id: I360a7ead7cea95263c9b2e915dd8d809ffd0276b
Reviewed-on: https://go-review.googlesource.com/c/vscode-go/+/403474
TryBot-Result: kokoro <[email protected]>
Reviewed-by: Robert Findley <[email protected]>
Run-TryBot: Hyang-Ah Hana Kim <[email protected]>
  • Loading branch information
hyangah committed May 2, 2022
1 parent 9227019 commit 5d06597
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 5d06597

Please sign in to comment.