From 8507e1d341723e956604b17a58a4485cb2db177e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ivan=20Miri=C4=87?= Date: Wed, 25 Mar 2020 11:29:43 +0100 Subject: [PATCH] Actually bump the version to v0.26.2 --- 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 04efe1543ad..1229d223723 100644 --- a/lib/consts/consts.go +++ b/lib/consts/consts.go @@ -8,7 +8,7 @@ import ( ) // Version contains the current semantic version of k6. -var Version = "0.26.1" //nolint:gochecknoglobals +var Version = "0.26.2" //nolint:gochecknoglobals // VersionDetails can be set externally as part of the build process var VersionDetails = "" // nolint:gochecknoglobals