We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6eec72d commit 003c877Copy full SHA for 003c877
xtractl/cmd/root.go
@@ -13,7 +13,7 @@ import (
13
"github.com/spf13/cobra"
14
)
15
16
-const version = "1.0.1"
+const version = "1.0.2"
17
18
var name string = filepath.Base(os.Args[0])
19
var api client.Client
0 commit comments