Skip to content

Commit e1ff113

Browse files
authored
Fix version used in multi-query pack create constraint (#3277)
1 parent 2f66be3 commit e1ff113

File tree

1 file changed

+1
-1
lines changed
  • extensions/ql-vscode/src/codeql-cli

1 file changed

+1
-1
lines changed

extensions/ql-vscode/src/codeql-cli/cli.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1744,7 +1744,7 @@ export class CliVersionConstraint {
17441744
/**
17451745
* CLI version where there is support for multiple queries on the pack create command.
17461746
*/
1747-
public static CLI_VERSION_WITH_MULTI_QUERY_PACK_CREATE = new SemVer("2.17.0");
1747+
public static CLI_VERSION_WITH_MULTI_QUERY_PACK_CREATE = new SemVer("2.16.1");
17481748

17491749
constructor(private readonly cli: CodeQLCliServer) {
17501750
/**/

0 commit comments

Comments
 (0)