From b5328aa782832a80451ea430075af8845dffb7cd Mon Sep 17 00:00:00 2001 From: Mihail Stoykov Date: Mon, 15 Jan 2024 18:16:47 +0200 Subject: [PATCH] Bump version to v0.49.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 4572bc1f8a1..c11360de158 100644 --- a/lib/consts/consts.go +++ b/lib/consts/consts.go @@ -8,7 +8,7 @@ import ( ) // Version contains the current semantic version of k6. -const Version = "0.48.0" +const Version = "0.49.0" // FullVersion returns the maximally full version and build information for // the currently running k6 executable.