From 795f3be44ed672840ab0c9252734beba6a2c66ad Mon Sep 17 00:00:00 2001 From: Simone Basso Date: Wed, 20 Jan 2021 13:31:54 +0100 Subject: [PATCH] chore: release 3.4.0 (#195) This release only contains updates in debian packaging. All other platforms could safely continue to use 3.2.0 or 3.3.0. I didn't want to make a path release, though, because I didn't want to convey the meaning that something was fixed. Related to https://github.com/ooni/ooni.org/issues/677 --- 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 79e8cfe..5349d49 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.4.0-alpha" + Version = "3.4.0" )