mirror of
https://github.com/Control-D-Inc/ctrld.git
synced 2026-02-03 22:18:39 +00:00
Merge pull request #6 from Control-D-Inc/bump-version
cmd/ctrld: bump version to v1.0.1
This commit is contained in:
@@ -29,7 +29,7 @@ func initCLI() {
|
||||
rootCmd := &cobra.Command{
|
||||
Use: "ctrld",
|
||||
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")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user