diff --git a/cmd/scw/main.go b/cmd/scw/main.go index 6279b5d04d..4bc3de5e47 100644 --- a/cmd/scw/main.go +++ b/cmd/scw/main.go @@ -13,7 +13,7 @@ import ( var ( // Version is updated manually - Version = "v2.3.0" // ${BUILD_VERSION:-`git describe --tags --dirty --always`}" + Version = "v2.3.0+dev" // ${BUILD_VERSION:-`git describe --tags --dirty --always`}" // These are initialized by the build script