Skip to content

Commit 24b3e15

Browse files
alexetaeisenberg
authored andcommitted
Set codeql version to required version.
1 parent a399041 commit 24b3e15

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

extensions/ql-vscode/src/upgrades.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@ const MAX_UPGRADE_MESSAGE_LINES = 10;
2222
* Check that we support non-destructive upgrades.
2323
*
2424
* This requires 3 features. The ability to compile an upgrade sequence; The ability to
25-
* run a non-desturcitve upgrades as a query; the ability to specify a target when
25+
* run a non-destructive upgrades as a query; the ability to specify a target when
2626
* resolving upgrades.
2727
*/
2828
export async function hasNondestructiveUpgradeCapabilities(qs: qsClient.QueryServerClient): Promise<boolean> {
2929
// TODO change to actual version when known
3030
// Note it is probably something 2.4.something
31-
return semver.gte(await qs.cliServer.getVersion(), '2.3.2');
31+
return semver.gte(await qs.cliServer.getVersion(), '2.4.1');
3232
}
3333

3434

0 commit comments

Comments
 (0)