Skip to content

Commit dcbe2f9

Browse files
committed
Bump k6 version to 0.40.0
1 parent a85f152 commit dcbe2f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/consts/consts.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import (
88
)
99

1010
// Version contains the current semantic version of k6.
11-
const Version = "0.39.0"
11+
const Version = "0.40.0"
1212

1313
// VersionDetails can be set externally as part of the build process
1414
var VersionDetails = "" //nolint:gochecknoglobals

0 commit comments

Comments
 (0)