Skip to content

Commit

Permalink
server: make version variable hidden in http api. (#378)
Browse files Browse the repository at this point in the history
  • Loading branch information
qiuyesuifeng authored and huachaohuang committed Nov 7, 2016
1 parent af843d1 commit 9b1973a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ import (
type Config struct {
*flag.FlagSet `json:"-"`

Version bool
Version bool `json:"-"`

ClientUrls string `toml:"client-urls" json:"client-urls"`
PeerUrls string `toml:"peer-urls" json:"peer-urls"`
Expand Down

0 comments on commit 9b1973a

Please sign in to comment.