From f82a27da8fc928f881ba46f27eb4d6fb51cddb19 Mon Sep 17 00:00:00 2001 From: Mihail Stoykov <312246+mstoykov@users.noreply.github.com> Date: Tue, 13 Aug 2024 12:31:30 +0300 Subject: [PATCH] Bump Version to v0.53.0 (#3885) --- 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.