Skip to content

Commit

Permalink
Bump the version of the ATM query pack to 0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Henry Mercer committed Jan 6, 2022
1 parent 5602bd5 commit efded22
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lib/config-utils.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lib/config-utils.test.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/config-utils.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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"),
},
],
});
Expand Down
2 changes: 1 addition & 1 deletion src/config-utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ async function addBuiltinSuiteQueries(
}
packs.javascript.push({
packName: "codeql/javascript-experimental-atm-queries",
version: "0.0.1",
version: "0.0.2",
});
}

Expand Down

0 comments on commit efded22

Please sign in to comment.