From cbd9e9ad184f19fdd84c7041f8084218ce4b738f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9o=20Crevon?= Date: Mon, 14 Aug 2023 14:57:13 +0200 Subject: [PATCH] Bump k6 version to v0.46 (#3266) --- 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 feb2dd6f663..c9a30c71054 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.45.0" +const Version = "0.46.0" // VersionDetails can be set externally as part of the build process var VersionDetails = "" //nolint:gochecknoglobals