Bump ML-powered queries to v0.1.0

This commit is contained in:
Henry Mercer
2022-03-11 15:04:07 +00:00
parent cdf3c9d01e
commit 0b3acf68ab
4 changed files with 6 additions and 6 deletions

View File

@@ -636,7 +636,7 @@ export function isGoodVersion(versionSpec: string) {
*/
export const ML_POWERED_JS_QUERIES_PACK: PackWithVersion = {
packName: "codeql/javascript-experimental-atm-queries",
version: "~0.0.2",
version: "~0.1.0",
};
/**