diff --git a/cmd/imagebuilder/imagebuilder.go b/cmd/imagebuilder/imagebuilder.go index d3bd7553..615dd699 100644 --- a/cmd/imagebuilder/imagebuilder.go +++ b/cmd/imagebuilder/imagebuilder.go @@ -32,7 +32,7 @@ func main() { var version bool var mountSpecs stringSliceFlag - VERSION := "1.2.10-dev" + VERSION := "1.2.10" arguments := stringMapFlag{} flag.Var(&tags, "t", "The name to assign this image, if any. May be specified multiple times.") diff --git a/imagebuilder.spec b/imagebuilder.spec index e2d0327a..21b1014b 100644 --- a/imagebuilder.spec +++ b/imagebuilder.spec @@ -12,7 +12,7 @@ # %global golang_version 1.19 -%{!?version: %global version 1.2.10-dev} +%{!?version: %global version 1.2.10} %{!?release: %global release 1} %global package_name imagebuilder %global product_name Container Image Builder