mirror of
https://github.com/Control-D-Inc/ctrld.git
synced 2026-07-16 13:17:19 +02:00
Merge pull request #6 from Control-D-Inc/bump-version
cmd/ctrld: bump version to v1.0.1
This commit is contained in:
+1
-1
@@ -29,7 +29,7 @@ func initCLI() {
|
|||||||
rootCmd := &cobra.Command{
|
rootCmd := &cobra.Command{
|
||||||
Use: "ctrld",
|
Use: "ctrld",
|
||||||
Short: "Running Control-D DNS proxy server",
|
Short: "Running Control-D DNS proxy server",
|
||||||
Version: "1.0.0",
|
Version: "1.0.1",
|
||||||
}
|
}
|
||||||
rootCmd.PersistentFlags().BoolVarP(&verbose, "verbose", "v", false, "verbose log output")
|
rootCmd.PersistentFlags().BoolVarP(&verbose, "verbose", "v", false, "verbose log output")
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user