Skip to content

Commit

Permalink
0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
attilaolah committed Jan 25, 2015
1 parent e751f51 commit 717aa16
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ USAGE:
dnsp [global options] command [command options] [arguments...]

VERSION:
0.0.0
0.9.0

COMMANDS:
help, h Shows a list of commands or help for one command
Expand Down
2 changes: 1 addition & 1 deletion cmd/dnsp/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ func main() {
app := cli.NewApp()
app.Name = "dnsp"
app.Usage = "DNS proxy with whitelist/blacklist support"
app.Version = "0.0.0"
app.Version = "0.9.0"
app.Author, app.Email = "", ""
app.Flags = []cli.Flag{
cli.StringFlag{
Expand Down

0 comments on commit 717aa16

Please sign in to comment.