From db6415ad16ad8d5987ec4f7d60cbd9a57226a1fb Mon Sep 17 00:00:00 2001 From: Ivan <2103732+codebien@users.noreply.github.com> Date: Thu, 9 Sep 2021 12:32:28 +0200 Subject: [PATCH] Release k6 v0.34.0 --- 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 7026a1e0ad4..4be55ee2169 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.33.0" +const Version = "0.34.0" // VersionDetails can be set externally as part of the build process var VersionDetails = "" // nolint:gochecknoglobals