Skip to content

Commit

Permalink
update cli version
Browse files Browse the repository at this point in the history
  • Loading branch information
txthinking committed Mar 23, 2017
1 parent 17bdb69 commit f5b66ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/brook/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ var debugAddress string
func main() {
app := cli.NewApp()
app.Name = "Brook"
app.Version = "20170316"
app.Version = "20170323"
app.Usage = "A Cross-Platform Proxy Software"
app.Author = "Cloud"
app.Email = "[email protected]"
Expand Down

0 comments on commit f5b66ea

Please sign in to comment.