Skip to content

Commit

Permalink
bump version 0.11.7
Browse files Browse the repository at this point in the history
  • Loading branch information
willyrgf committed Jan 13, 2019
1 parent d37042a commit a1aec22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go-radius-gen-acct.go
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ func (cfg *Config) CliCreate() {
app := cli.NewApp()
app.Usage = "A Go (golang) RADIUS client accounting (RFC 2866) implementation for perfomance testing"
app.UsageText = "go-radius-gen-acct - A Go (golang) RADIUS client accounting (RFC 2866) implementation for perfomance testing with generated data according dictionary (./dictionary.routecall.opensips) and RFC2866 (./rfc2866)."
app.Version = "0.11.6.1"
app.Version = "0.11.7"
app.Compiled = time.Now()

app.Flags = []cli.Flag{
Expand Down

0 comments on commit a1aec22

Please sign in to comment.