Skip to content

Commit

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

* Add CLI version field to `defaults` file

* Add fields for prior CLI version
  • Loading branch information
angelapwen committed Jan 6, 2023
1 parent ff3337e commit b4187d6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 4 additions & 1 deletion lib/defaults.json
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
@@ -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.