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

Commit 3a71e68

Browse files
authored
Merge branch 'master' into patch/fix-build-script
2 parents b2dc83e + 17303a4 commit 3a71e68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import (
77
"github.com/spf13/cobra"
88
)
99

10-
var version = "0.0.0-dev"
10+
var version = "0.0.15"
1111

1212
// NewVersionCmd creates a new version command
1313
func NewVersionCmd(ctx context.Context) *cobra.Command {

0 commit comments

Comments
 (0)