From ba6a935acf2edcacc5c65d364fba47df13635a71 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joan=20L=C3=B3pez=20de=20la=20Franca=20Beltran?= <5459617+joanlopez@users.noreply.github.com> Date: Tue, 25 Jun 2024 12:57:26 +0200 Subject: [PATCH] Bump k6 version to v0.52.0 (#3810) --- 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 21a06f1d0d7..fbd78242211 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.51.0" +const Version = "0.52.0" // FullVersion returns the maximally full version and build information for // the currently running k6 executable.