We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3808747 commit 9c80148Copy full SHA for 9c80148
lib/consts/consts.go
@@ -8,7 +8,7 @@ import (
8
)
9
10
// Version contains the current semantic version of k6.
11
-const Version = "0.47.0"
+const Version = "0.48.0"
12
13
// FullVersion returns the maximally full version and build information for
14
// the currently running k6 executable.
0 commit comments