Skip to content

Commit 1c44b2d

Browse files
committed
bump version to 0.35.0
1 parent abee12f commit 1c44b2d

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
@@ -28,7 +28,7 @@ import (
2828
)
2929

3030
// Version contains the current semantic version of k6.
31-
const Version = "0.34.1"
31+
const Version = "0.35.0"
3232

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

0 commit comments

Comments
 (0)