From 0628db0553c1938a52fcde01a83326207748f32f Mon Sep 17 00:00:00 2001 From: Nedyalko Andreev Date: Wed, 15 Sep 2021 16:20:54 +0300 Subject: [PATCH] Release k6 v0.34.1 --- lib/consts/consts.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/consts/consts.go b/lib/consts/consts.go index 4be55ee2169..e61577732d9 100644 --- a/lib/consts/consts.go +++ b/lib/consts/consts.go @@ -28,7 +28,7 @@ import ( ) // Version contains the current semantic version of k6. -const Version = "0.34.0" +const Version = "0.34.1" // VersionDetails can be set externally as part of the build process var VersionDetails = "" // nolint:gochecknoglobals