Bump version to v1.1.3

This commit is contained in:
Cuong Manh Le
2023-03-17 22:22:54 +07:00
committed by Cuong Manh Le
parent c401c4ef87
commit a7a5501ea5

View File

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