From 6cb8e3d785350a8997e9168030bc7e79ffebc3fe Mon Sep 17 00:00:00 2001 From: Simone Basso Date: Mon, 6 Dec 2021 17:54:58 +0100 Subject: [PATCH] chore: set master's version to 3.14.0-alpha (#638) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit As mentioned in https://github.com/ooni/probe/issues/1845#issuecomment-986540868, I did a mistake and published an `-alpha` debian package, so I need to bump master's version to 3.14 and create a 3.13 release train. やれやれだぜ --- 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 c9f52c7..eda7e45 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.12.0-alpha.4" + Version = "3.14.0-alpha" )