diff --git a/cmd/ctrld/cli.go b/cmd/ctrld/cli.go index 8d9d130..bea5161 100644 --- a/cmd/ctrld/cli.go +++ b/cmd/ctrld/cli.go @@ -70,7 +70,7 @@ func initCLI() { rootCmd := &cobra.Command{ Use: "ctrld", Short: strings.TrimLeft(rootShortDesc, "\n"), - Version: "1.1.1", + Version: "1.1.2", } rootCmd.PersistentFlags().CountVarP( &verbose,