From eed007a5d0bf2ed08e113b3914d7e924b3828f1c Mon Sep 17 00:00:00 2001 From: Simone Basso Date: Wed, 9 Feb 2022 14:15:50 +0100 Subject: [PATCH] chore: start hacking on 3.15.0-alpha (#687) We've just branched off the release/3.14 branch for finalizing the release of 3.14.0, hence let's declare that from now on we're 3.15.0-alpha to avoid any confusion. --- internal/version/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/version/version.go b/internal/version/version.go index 8d6444a..df86cbc 100644 --- a/internal/version/version.go +++ b/internal/version/version.go @@ -3,5 +3,5 @@ package version const ( // Version is the software version - Version = "3.14.0-alpha.1" + Version = "3.15.0-alpha" )