Skip to content

Commit 8e1e811

Browse files
committed
binary 0.1.43
1 parent affcba7 commit 8e1e811

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/support/parser.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ export const setParserBinaryPath = (context: vscode.ExtensionContext) => {
3636
};
3737

3838
const downloadBinary = async (context: vscode.ExtensionContext) => {
39-
const binaryVersion = "0.1.42";
39+
const binaryVersion = "0.1.43";
4040
const osPlatform = os.platform();
4141
const osArch = os.arch();
4242
const extension = osPlatform === "win32" ? ".exe" : "";

0 commit comments

Comments
 (0)