From f8b412eb39f672e2459b92684d17a7f46c6a96c0 Mon Sep 17 00:00:00 2001 From: Jerome Quere Date: Tue, 15 Sep 2020 17:25:14 +0200 Subject: [PATCH] chore: cleanup after v2.1.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 0f40166aaa..d95e0b82df 100644 --- a/cmd/scw/main.go +++ b/cmd/scw/main.go @@ -13,7 +13,7 @@ import ( var ( // Version is updated manually - Version = "v2.1.0" // ${BUILD_VERSION:-`git describe --tags --dirty --always`}" + Version = "v2.1.0+dev" // ${BUILD_VERSION:-`git describe --tags --dirty --always`}" // These are initialized by the build script