From c9afc1ae3d1be35d3684e490e140d84f999323bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9my=20L=C3=A9one?= Date: Wed, 3 Jun 2020 15:58:46 +0200 Subject: [PATCH] chore: cleanup after v2.0.0-beta.3 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 fb4ba1a657..1eae11909a 100644 --- a/cmd/scw/main.go +++ b/cmd/scw/main.go @@ -13,7 +13,7 @@ import ( var ( // Version is updated manually - Version = "v2.0.0-beta.3" // ${BUILD_VERSION:-`git describe --tags --dirty --always`}" + Version = "v2.0.0-beta.3+dev" // ${BUILD_VERSION:-`git describe --tags --dirty --always`}" // These are initialized by the build script