From 4ce414d104602313911b9227ea96c362f945fa42 Mon Sep 17 00:00:00 2001 From: Simone Basso Date: Mon, 29 Aug 2022 09:35:17 +0200 Subject: [PATCH] chore: we're now hacking on v3.16.0-alpha.2 (#901) Just a chore commit to increase the version given that we just tagged v3.16.0-alpha.1 --- 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 7faa422..c73da8d 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.16.0-alpha.1" + Version = "3.16.0-alpha.2" )