Skip to content

Commit

Permalink
Merge pull request #6 from Control-D-Inc/bump-version
Browse files Browse the repository at this point in the history
cmd/ctrld: bump version to v1.0.1
  • Loading branch information
yegors authored Dec 14, 2022
2 parents 64dff35 + 0240f7a commit 924304a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/ctrld/cli.go
Original file line number Diff line number Diff line change
Expand Up @@ -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")

Expand Down

0 comments on commit 924304a

Please sign in to comment.