From 4ddf1d83bf992d48298d7f1fbfda10d940a4095d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9my=20L=C3=A9one?= Date: Mon, 12 Oct 2020 15:49:56 +0200 Subject: [PATCH] chore: cleanup after v2.2.0 release --- 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 42315623ec..a568f9bf43 100644 --- a/cmd/scw/main.go +++ b/cmd/scw/main.go @@ -13,7 +13,7 @@ import ( var ( // Version is updated manually - Version = "v2.2.0" // ${BUILD_VERSION:-`git describe --tags --dirty --always`}" + Version = "v2.2.0+dev" // ${BUILD_VERSION:-`git describe --tags --dirty --always`}" // These are initialized by the build script