cmd/ctrld: bump version to v1.1.2

This commit is contained in:
Cuong Manh Le
2023-03-16 10:53:33 +07:00
committed by Cuong Manh Le
parent 5b362412be
commit 4bfcacaf3c

View File

@@ -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,