From 7d83fcc8120d22c310acee8ee73c3423f67d968b Mon Sep 17 00:00:00 2001 From: ankur22 Date: Fri, 20 Dec 2024 09:55:52 +0000 Subject: [PATCH] Bump version to 0.55.2 Due to a build/release issue with the deb file, it seems that we need to attempt another publish to fix the deb file. --- 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 d6750e65207..136eae26517 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.55.1" +const Version = "0.55.2" // FullVersion returns the maximally full version and build information for // the currently running k6 executable.