Skip to content

Commit

Permalink
Release k6 v0.27.0
Browse files Browse the repository at this point in the history
  • Loading branch information
na-- committed Jul 14, 2020
1 parent 823e139 commit 6fa889d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/consts/consts.go
Original file line number Diff line number Diff line change
@@ -28,7 +28,7 @@ import (
)

// Version contains the current semantic version of k6.
const Version = "0.27.0-dev"
const Version = "0.27.0"

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

0 comments on commit 6fa889d

Please sign in to comment.