cmd/ctrld: bump version to v1.1.0

This commit is contained in:
Cuong Manh Le
2023-01-20 21:44:03 +07:00
committed by Cuong Manh Le
parent 8571580aae
commit 0e09b45bca
+1 -1
View File
@@ -60,7 +60,7 @@ func initCLI() {
rootCmd := &cobra.Command{ rootCmd := &cobra.Command{
Use: "ctrld", Use: "ctrld",
Short: strings.TrimLeft(rootShortDesc, "\n"), Short: strings.TrimLeft(rootShortDesc, "\n"),
Version: "1.0.1", Version: "1.1.0",
} }
rootCmd.PersistentFlags().CountVarP( rootCmd.PersistentFlags().CountVarP(
&verbose, &verbose,