We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f66be3 commit e1ff113Copy full SHA for e1ff113
extensions/ql-vscode/src/codeql-cli/cli.ts
@@ -1744,7 +1744,7 @@ export class CliVersionConstraint {
1744
/**
1745
* CLI version where there is support for multiple queries on the pack create command.
1746
*/
1747
- public static CLI_VERSION_WITH_MULTI_QUERY_PACK_CREATE = new SemVer("2.17.0");
+ public static CLI_VERSION_WITH_MULTI_QUERY_PACK_CREATE = new SemVer("2.16.1");
1748
1749
constructor(private readonly cli: CodeQLCliServer) {
1750
/**/
0 commit comments