From bba3185cdd94fc0b696d4eb4e9456a422d213e5f Mon Sep 17 00:00:00 2001 From: codebien <2103732+codebien@users.noreply.github.com> Date: Mon, 2 Oct 2023 17:24:24 +0200 Subject: [PATCH] Bump the k6 version to v0.47.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 709013f00b5..0e5f6d692d2 100644 --- a/lib/consts/consts.go +++ b/lib/consts/consts.go @@ -8,7 +8,7 @@ import ( ) // Version contains the current semantic version of k6. -const Version = "0.46.0" +const Version = "0.47.0" // FullVersion returns the maximally full version and build information for // the currently running k6 executable.