From 5e42319785addea437c38b31f92870a10447c8dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ivan=20Miri=C4=87?= Date: Wed, 12 May 2021 17:11:38 +0200 Subject: [PATCH] Bump version to 0.32.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 df6833325ba..3bd6b3db06f 100644 --- a/lib/consts/consts.go +++ b/lib/consts/consts.go @@ -28,7 +28,7 @@ import ( ) // Version contains the current semantic version of k6. -const Version = "0.31.1" +const Version = "0.32.0" // VersionDetails can be set externally as part of the build process var VersionDetails = "" // nolint:gochecknoglobals