From 76b8d18b2d8777384dbfcf986b764624ce8506f9 Mon Sep 17 00:00:00 2001 From: Marlon Pina Tojal Date: Thu, 15 Feb 2024 17:50:54 +0100 Subject: [PATCH] bump version --- main.go | 2 +- utils/utils.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/main.go b/main.go index adda169..265b713 100644 --- a/main.go +++ b/main.go @@ -22,7 +22,7 @@ const ( MergeModeSmart ) -var version = "0.0.3" +var version = "0.0.4" var rootComponent = &cyclonedx.Component{ BOMRef: "root", diff --git a/utils/utils.go b/utils/utils.go index 9350f3b..259bee7 100644 --- a/utils/utils.go +++ b/utils/utils.go @@ -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,