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