Merge pull request #6 from Control-D-Inc/bump-version

cmd/ctrld: bump version to v1.0.1
This commit is contained in:
Yegor S
2022-12-14 13:05:05 -05:00
committed by GitHub

View File

@@ -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")