Skip to content

Commit 35d6a10

Browse files
committed
Updated version after release
Signed-off-by: Roland Asmann <[email protected]>
1 parent 63a2fbd commit 35d6a10

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

deno.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cyclonedx/cdxgen",
3-
"version": "11.6.0",
3+
"version": "11.7.0",
44
"exports": "./lib/cli/index.js",
55
"compilerOptions": {
66
"lib": ["deno.window"],

jsr.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cyclonedx/cdxgen",
3-
"version": "11.6.0",
3+
"version": "11.7.0",
44
"exports": "./lib/cli/index.js",
55
"include": ["*.js", "lib/**", "bin/**", "data/**", "types/**"],
66
"exclude": [

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cyclonedx/cdxgen",
3-
"version": "11.6.0",
3+
"version": "11.7.0",
44
"description": "Creates CycloneDX Software Bill of Materials (SBOM) from source or container image",
55
"homepage": "http://github.com/cyclonedx/cdxgen",
66
"author": "Prabhu Subramanian <[email protected]>",

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "cdxgen"
3-
version = "11.6.0"
3+
version = "11.7.0"
44
description = "Manage python dependencies for cdxgen"
55
readme = "README.md"
66
requires-python = ">=3.10"

uv.lock

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

0 commit comments

Comments
 (0)