cmd/ctrld: bump version to v1.1.1

This commit is contained in:
Cuong Manh Le
2023-02-27 21:26:05 +07:00
committed by Cuong Manh Le
parent 9a249c3029
commit 7cd1f7adda

View File

@@ -70,7 +70,7 @@ func initCLI() {
rootCmd := &cobra.Command{
Use: "ctrld",
Short: strings.TrimLeft(rootShortDesc, "\n"),
Version: "1.1.0",
Version: "1.1.1",
}
rootCmd.PersistentFlags().CountVarP(
&verbose,