From 9767874f85d78ee680c5d9c2071368fb76979252 Mon Sep 17 00:00:00 2001 From: Olivier Cano Date: Mon, 26 Oct 2020 16:29:29 +0100 Subject: [PATCH] Update main.go --- cmd/scw/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/scw/main.go b/cmd/scw/main.go index 49ba48fc7a..75dda53cb6 100644 --- a/cmd/scw/main.go +++ b/cmd/scw/main.go @@ -13,7 +13,7 @@ import ( var ( // Version is updated manually - Version = "v2.2.1" // ${BUILD_VERSION:-`git describe --tags --dirty --always`}" + Version = "v2.2.1+dev" // ${BUILD_VERSION:-`git describe --tags --dirty --always`}" // These are initialized by the build script