diff --git a/lib/consts/consts.go b/lib/consts/consts.go index 4be55ee2169..e61577732d9 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.34.0" +const Version = "0.34.1" // VersionDetails can be set externally as part of the build process var VersionDetails = "" // nolint:gochecknoglobals