diff --git a/lib/consts/consts.go b/lib/consts/consts.go index d7a75454703..972216b998b 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.35.0" +const Version = "0.36.0" // VersionDetails can be set externally as part of the build process var VersionDetails = "" // nolint:gochecknoglobals