We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f38025e commit 41ce1e9Copy full SHA for 41ce1e9
cmd/version.go
@@ -3,7 +3,7 @@ package cmd
3
import "github.com/spf13/cobra"
4
5
var (
6
- version = "0.8.2"
+ version = "0.8.3"
7
8
versionCmd = &cobra.Command{
9
Use: "version",
0 commit comments