Skip to content

Commit 0d04fba

Browse files
committed
fix: properly set version
1 parent 90172e6 commit 0d04fba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
"displayName": "Coder",
55
"description": "Open any workspace with a single click.",
66
"repository": "https://github.com/coder/vscode-coder",
7-
"version": "1.7.0",
7+
"version": "1.7.0-debug.1",
88
"engines": {
9-
"vscode": "^1.73.0-debug.1"
9+
"vscode": "^1.73.0"
1010
},
1111
"license": "MIT",
1212
"bugs": {

0 commit comments

Comments
 (0)