Skip to content

Commit efded22

Browse files
committed
Bump the version of the ATM query pack to 0.0.2
1 parent 5602bd5 commit efded22

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

lib/config-utils.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/config-utils.test.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/config-utils.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1699,7 +1699,7 @@ async function mlPoweredQueriesMacro(
16991699
[Language.javascript]: [
17001700
{
17011701
packName: "codeql/javascript-experimental-atm-queries",
1702-
version: clean("0.0.1"),
1702+
version: clean("0.0.2"),
17031703
},
17041704
],
17051705
});

src/config-utils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@ async function addBuiltinSuiteQueries(
286286
}
287287
packs.javascript.push({
288288
packName: "codeql/javascript-experimental-atm-queries",
289-
version: "0.0.1",
289+
version: "0.0.2",
290290
});
291291
}
292292

0 commit comments

Comments
 (0)