From 2fe7087d5250f2aad84157266838bb199b59ae58 Mon Sep 17 00:00:00 2001 From: Daniel J Walsh Date: Fri, 15 May 2020 07:46:13 -0400 Subject: [PATCH] Move to v1.0.1-dev Signed-off-by: Daniel J Walsh --- version/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version/version.go b/version/version.go index c58dbb17..ac18bd01 100644 --- a/version/version.go +++ b/version/version.go @@ -1,4 +1,4 @@ package version // Version is the version of the build. -const Version = "1.0.0" +const Version = "1.0.1-dev"