From ff3f8dfc8b335eb459aff23736e1047ac0d1c659 Mon Sep 17 00:00:00 2001 From: oleiade Date: Mon, 17 Jan 2022 13:35:18 +0100 Subject: [PATCH] bump version to 0.36.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 d7a75454703..972216b998b 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.35.0" +const Version = "0.36.0" // VersionDetails can be set externally as part of the build process var VersionDetails = "" // nolint:gochecknoglobals