diff --git a/project.nix b/project.nix index 6bd151d271721c876d54a25613b7d35875046302..e5e62c3dacc12eda635ee206416ccf10c47b18bd 100644 --- a/project.nix +++ b/project.nix @@ -5,5 +5,5 @@ supportedSystems = ["x86_64-linux" "x86_64-darwin" "aarch64-linux" "aarch64-darwin"]; compileForSystems = ["linux/arm64" "linux/amd64" "darwin/amd64" "windows/amd64"]; modulePath = "gitlab.schukai.com/oss/bob"; - version = "0.5.5"; ## do not change this line; it will be updated automatically + version = "0.5.6"; ## do not change this line; it will be updated automatically } diff --git a/source/release/struct.go b/source/release/struct.go index f10321f9e6035b9a9b4964e538abfa1118bbd9c2..b9af631b5a32d05656851376d4e1adc28d3e4e88 100644 --- a/source/release/struct.go +++ b/source/release/struct.go @@ -1,9 +1,5 @@ package release -import ( - "fmt" -) - var ( version = "-/-" commit = "-/-" @@ -32,8 +28,6 @@ var release ReleaseStruct func init() { - fmt.Println("Version: " + version) - release = ReleaseStruct{ Version: version, BuildDate: buildDate,