Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
fnxpt authored Feb 15, 2024
1 parent 551e8d4 commit 76b8d18
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.3"
var version = "0.0.4"

var rootComponent = &cyclonedx.Component{
BOMRef: "root",
Expand Down
2 changes: 1 addition & 1 deletion utils/utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ func NewBOM(rootComponent *cyclonedx.Component) *cyclonedx.BOM {
Tools: &[]cyclonedx.Tool{{
Vendor: "fnxpt",
Name: "cyclonedx-merge",
Version: "0.0.3",
Version: "0.0.4",
}},
Timestamp: time.Now().Format(time.RFC3339),
Component: rootComponent,
Expand Down

0 comments on commit 76b8d18

Please sign in to comment.