Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Add CLI version field and prior release fields to defaults file (#1…
…463)

* Add CLI version field to `defaults` file

* Add fields for prior CLI version
Angela P Wen authored and GitHub committed Jan 6, 2023

Unverified

No user is associated with the committer email.
1 parent ff3337e commit b4187d6
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 4 additions & 1 deletion lib/defaults.json
@@ -1,3 +1,6 @@
{
"bundleVersion": "codeql-bundle-20221211"
"bundleVersion": "codeql-bundle-20221211",
"cliVersion": "2.11.6",
"priorBundleVersion": "codeql-bundle-20221202",
"priorCliVersion": "2.11.5"
}
5 changes: 4 additions & 1 deletion src/defaults.json
@@ -1,3 +1,6 @@
{
"bundleVersion": "codeql-bundle-20221211"
"bundleVersion": "codeql-bundle-20221211",
"cliVersion": "2.11.6",
"priorBundleVersion": "codeql-bundle-20221202",
"priorCliVersion": "2.11.5"
}

0 comments on commit b4187d6

Please sign in to comment.