Skip to content

Commit 8317f39

Browse files
committed
Update CLI version in ensureCli.ts
1 parent 9b90579 commit 8317f39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extensions/ql-vscode/src/vscode-tests/ensureCli.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ const _10MB = _1MB * 10;
4444

4545
// CLI version to test. Hard code the latest as default. And be sure
4646
// to update the env if it is not otherwise set.
47-
const CLI_VERSION = process.env.CLI_VERSION || 'v2.6.3';
47+
const CLI_VERSION = process.env.CLI_VERSION || 'v2.7.0';
4848
process.env.CLI_VERSION = CLI_VERSION;
4949

5050
// Base dir where CLIs will be downloaded into

0 commit comments

Comments
 (0)