diff --git a/cmd/ctrld/cli.go b/cmd/ctrld/cli.go index f0ff3eb..df96bde 100644 --- a/cmd/ctrld/cli.go +++ b/cmd/ctrld/cli.go @@ -60,7 +60,7 @@ func initCLI() { rootCmd := &cobra.Command{ Use: "ctrld", Short: strings.TrimLeft(rootShortDesc, "\n"), - Version: "1.0.1", + Version: "1.1.0", } rootCmd.PersistentFlags().CountVarP( &verbose,