Skip to content

Commit

Permalink
bump version and bump bom version
Browse files Browse the repository at this point in the history
  • Loading branch information
Marlon Pina Tojal committed Dec 6, 2024
1 parent 4223f0a commit 855ed8a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ const (
MergeModeSmart
)

var version = "0.0.7"
var version = "0.0.9"

var rootComponent = &cyclonedx.Component{
BOMRef: "root",
Expand Down
4 changes: 2 additions & 2 deletions utils/utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@ import (

func NewBOM(rootComponent *cyclonedx.Component) *cyclonedx.BOM {
sbom := cyclonedx.NewBOM()
sbom.SpecVersion = cyclonedx.SpecVersion1_5
sbom.SpecVersion = cyclonedx.SpecVersion1_6
sbom.Metadata = &cyclonedx.Metadata{
Tools: &cyclonedx.ToolsChoice{
Components: &[]cyclonedx.Component{
{
Type: "application",
Name: "cyclonedx-merge",
Version: "0.0.7",
Version: "0.0.9",
},
},
},
Expand Down

0 comments on commit 855ed8a

Please sign in to comment.