Skip to content

Commit

Permalink
[release] package.json: fix version string
Browse files Browse the repository at this point in the history
During merge, I forgot to drop -dev suffix.

Change-Id: I50399ae9fa34d090936216ee3abbff130eaa4efd
Reviewed-on: https://go-review.googlesource.com/c/vscode-go/+/402354
Run-TryBot: Hyang-Ah Hana Kim <[email protected]>
Reviewed-by: Nooras Saba‎ <[email protected]>
TryBot-Result: kokoro <[email protected]>
  • Loading branch information
hyangah committed Apr 26, 2022
1 parent c934012 commit 240336f
Showing 1 changed file with 1 addition and 1 deletion.
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.33.0",
"publisher": "golang",
"description": "Rich Go language support for Visual Studio Code",
"author": {
Expand Down

0 comments on commit 240336f

Please sign in to comment.