From c9d463aaa64a64aabf260828479e0f4f119e63f3 Mon Sep 17 00:00:00 2001 From: Ivan <2103732+codebien@users.noreply.github.com> Date: Mon, 13 May 2024 14:40:07 +0200 Subject: [PATCH] Bump k6 version to v0.51 (#3720) --- 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 b6eb827b6ae..21a06f1d0d7 100644 --- a/lib/consts/consts.go +++ b/lib/consts/consts.go @@ -9,7 +9,7 @@ import ( ) // Version contains the current semantic version of k6. -const Version = "0.50.0" +const Version = "0.51.0" // FullVersion returns the maximally full version and build information for // the currently running k6 executable.