From f6b1f160f2efefd03453c9195b74a5d17a5ba3ff Mon Sep 17 00:00:00 2001 From: codebien <2103732+codebien@users.noreply.github.com> Date: Fri, 4 Aug 2023 14:30:35 +0200 Subject: [PATCH] Bump the k6 version --- 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..4963b434f9d 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.45.1" // VersionDetails can be set externally as part of the build process var VersionDetails = "" //nolint:gochecknoglobals