Skip to content

Commit 240336f

Browse files
committed
[release] package.json: fix version string
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]>
1 parent c934012 commit 240336f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "go",
33
"displayName": "Go",
4-
"version": "0.33.0-dev",
4+
"version": "0.33.0",
55
"publisher": "golang",
66
"description": "Rich Go language support for Visual Studio Code",
77
"author": {

0 commit comments

Comments
 (0)