From 0642c24b459a4daaa361f4c1a99ca1b02f4120de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9my=20L=C3=A9one?= Date: Mon, 2 Nov 2020 14:45:24 +0100 Subject: [PATCH] chore: cleanup after v2.2.2 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 cd77291af2..8946249d10 100644 --- a/cmd/scw/main.go +++ b/cmd/scw/main.go @@ -13,7 +13,7 @@ import ( var ( // Version is updated manually - Version = "v2.2.2" // ${BUILD_VERSION:-`git describe --tags --dirty --always`}" + Version = "v2.2.2+dev" // ${BUILD_VERSION:-`git describe --tags --dirty --always`}" // These are initialized by the build script