From f896f1c538088431c9479e1ad15e0c240f1a81c9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9o=20Crevon?= Date: Mon, 11 Nov 2024 14:55:21 +0100 Subject: [PATCH] Bump version to v0.55.0 (#4034) --- 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 eeb3775386a..8cef8076e1d 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.54.0" +const Version = "0.55.0" // FullVersion returns the maximally full version and build information for // the currently running k6 executable.