We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent abee12f commit 1c44b2dCopy full SHA for 1c44b2d
lib/consts/consts.go
@@ -28,7 +28,7 @@ import (
28
)
29
30
// Version contains the current semantic version of k6.
31
-const Version = "0.34.1"
+const Version = "0.35.0"
32
33
// VersionDetails can be set externally as part of the build process
34
var VersionDetails = "" // nolint:gochecknoglobals
0 commit comments