From f18209a5e3a0a3461324eef0761ffd18e94a2468 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9o=20Crevon?= Date: Mon, 25 Mar 2024 12:10:59 +0100 Subject: [PATCH] Bump k6 version to v0.50 (#3647) --- 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 09229130312..b6eb827b6ae 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.49.0" +const Version = "0.50.0" // FullVersion returns the maximally full version and build information for // the currently running k6 executable.