Reverted changes that entirely broke debug, keeping change to printf strings
This commit is contained in:
parent
93fa3640ef
commit
2a6c6b48d4
|
@ -10,7 +10,7 @@ import (
|
|||
"github.com/spf13/cobra"
|
||||
)
|
||||
|
||||
var Version = "0.33.3"
|
||||
var Version = "0.33.4"
|
||||
|
||||
func init() {
|
||||
rootCmd.AddCommand(versionCmd)
|
||||
|
|
Loading…
Reference in New Issue