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

Commit b93ecef

Browse files
authored
Fixing version in order to do a release (#18)
1 parent c7a9c33 commit b93ecef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tracing.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ import (
2424
"go.opentelemetry.io/otel/semconv"
2525
)
2626

27-
const version = "0.1.0"
27+
const version = "0.1.1"
2828

2929
func init() {
3030
modules.Register("k6/x/tracing", New())

0 commit comments

Comments
 (0)