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.