From f33ab2c36744e8fa0f0b17b1266b165db795ee36 Mon Sep 17 00:00:00 2001 From: Mihail Stoykov Date: Mon, 5 Aug 2024 10:23:51 +0300 Subject: [PATCH] Bump Version to v0.53.0 --- 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 fbd78242211..c0591211be5 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.52.0" +const Version = "0.53.0" // FullVersion returns the maximally full version and build information for // the currently running k6 executable.