Skip to content
This repository was archived by the owner on Jan 30, 2025. It is now read-only.

Commit 33017e5

Browse files
author
Ivan Mirić
committed
Remove v prefix from version constant
The 'v' is redundant, and this way it's consistent with browser.version(), which also doesn't include it.
1 parent a9b05be commit 33017e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import (
1414
k6modules "go.k6.io/k6/js/modules"
1515
)
1616

17-
const version = "v0.4.0"
17+
const version = "0.4.0"
1818

1919
type (
2020
// RootModule is the global module instance that will create module

0 commit comments

Comments
 (0)