We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b18060f commit bf78f31Copy full SHA for bf78f31
src/util/executable.ts
@@ -7,7 +7,7 @@ import * as crypto from "crypto";
7
import * as os from "os";
8
import { IncomingMessage } from "http";
9
10
-const HELM_LS_VERSION = "v0.2.0";
+const HELM_LS_VERSION = "v0.2.1";
11
const HELM_LS_REPO = "mrjosh/helm-ls";
12
13
interface PlatformInfo {
0 commit comments