cmd/ctrld: bump version to v1.0.1

This commit is contained in:
Cuong Manh Le
2022-12-15 00:57:16 +07:00
committed by Cuong Manh Le
parent 64dff35143
commit 0240f7ab15

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