From 6d564d4de87026e368f189c3196d0d35715a6cf3 Mon Sep 17 00:00:00 2001 From: Valentin Rothberg Date: Wed, 19 Oct 2022 14:45:29 +0200 Subject: [PATCH] bump to v1.11.0-dev Given there is a release-1.10 branch, we should bump main to the next minor version. Signed-off-by: Valentin Rothberg --- version/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version/version.go b/version/version.go index 541c0f9e..fa2afbf8 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.10.1-dev" +const Version = "1.11.0-dev"