Reverted changes that entirely broke debug, keeping change to printf strings

This commit is contained in:
Seednode 2023-01-24 19:06:27 -06:00
parent 93fa3640ef
commit 2a6c6b48d4
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ import (
"github.com/spf13/cobra" "github.com/spf13/cobra"
) )
var Version = "0.33.3" var Version = "0.33.4"
func init() { func init() {
rootCmd.AddCommand(versionCmd) rootCmd.AddCommand(versionCmd)