Bump the version of the ATM query pack to 0.0.2

This commit is contained in:
Henry Mercer 2021-12-17 17:18:01 +00:00
parent 5602bd50bf
commit efded22908
4 changed files with 4 additions and 4 deletions

View file

@ -1699,7 +1699,7 @@ async function mlPoweredQueriesMacro(
[Language.javascript]: [
{
packName: "codeql/javascript-experimental-atm-queries",
version: clean("0.0.1"),
version: clean("0.0.2"),
},
],
});

View file

@ -286,7 +286,7 @@ async function addBuiltinSuiteQueries(
}
packs.javascript.push({
packName: "codeql/javascript-experimental-atm-queries",
version: "0.0.1",
version: "0.0.2",
});
}