We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a85f152 commit dcbe2f9Copy full SHA for dcbe2f9
lib/consts/consts.go
@@ -8,7 +8,7 @@ import (
8
)
9
10
// Version contains the current semantic version of k6.
11
-const Version = "0.39.0"
+const Version = "0.40.0"
12
13
// VersionDetails can be set externally as part of the build process
14
var VersionDetails = "" //nolint:gochecknoglobals
0 commit comments