diff --git a/lib/consts/consts.go b/lib/consts/consts.go index c4d5ce92792..99dd1798961 100644 --- a/lib/consts/consts.go +++ b/lib/consts/consts.go @@ -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