xk6-frostfs/internal/version/version.go

7 lines
93 B
Go

package version
var (
// Version is the xk6 command-line utils version.
Version = "dev"
)