diff --git a/package.json b/package.json index 83f2637..e421ff5 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "displayName": "Bazel Build Server Protocol (BSP)", "description": "Bazel BSP integration for VS Code.", "publisher": "Uber", - "version": "0.0.16", + "version": "0.0.17", "license": "Apache-2.0", "repository": "https://github.com/uber/vscode-bazel-bsp", "engines": { @@ -57,7 +57,7 @@ }, "bazelbsp.serverVersion": { "type": "string", - "default": "4.0.2", + "default": "4.0.4", "description": "Version of the Bazel BSP server to install." }, "bazelbsp.bazelBinaryPath": {