mirror of
https://github.com/Control-D-Inc/ctrld.git
synced 2026-05-27 12:52:27 +02:00
cmd/ctrld: bump version to v1.1.2
This commit is contained in:
committed by
Cuong Manh Le
parent
5b362412be
commit
4bfcacaf3c
+1
-1
@@ -70,7 +70,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.1.1",
|
Version: "1.1.2",
|
||||||
}
|
}
|
||||||
rootCmd.PersistentFlags().CountVarP(
|
rootCmd.PersistentFlags().CountVarP(
|
||||||
&verbose,
|
&verbose,
|
||||||
|
|||||||
Reference in New Issue
Block a user