We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
ensureCli.ts
1 parent 9b90579 commit 8317f39Copy full SHA for 8317f39
extensions/ql-vscode/src/vscode-tests/ensureCli.ts
@@ -44,7 +44,7 @@ const _10MB = _1MB * 10;
44
45
// CLI version to test. Hard code the latest as default. And be sure
46
// to update the env if it is not otherwise set.
47
-const CLI_VERSION = process.env.CLI_VERSION || 'v2.6.3';
+const CLI_VERSION = process.env.CLI_VERSION || 'v2.7.0';
48
process.env.CLI_VERSION = CLI_VERSION;
49
50
// Base dir where CLIs will be downloaded into
0 commit comments