From fdc58131f829fdcf41410aa332bc6319f143e472 Mon Sep 17 00:00:00 2001 From: Daniel J Walsh Date: Wed, 17 Jun 2020 16:41:59 -0400 Subject: [PATCH] Move to v1.1.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 aa6e4e26..a6c1a16e 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.1.0" +const Version = "1.1.1-dev"