Skip to content
This repository has been archived by the owner on Aug 19, 2024. It is now read-only.

Commit

Permalink
chore: bump up version
Browse files Browse the repository at this point in the history
  • Loading branch information
Igor Cescon de Moura committed Jul 5, 2018
1 parent 831d5ba commit 89d7b9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reporter.go
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ func NewReporter(r metrics.Registry, addr string, defaultValues map[string]inter
Conn: conn,
Registry: r,
DefaultValues: defaultValues,
Version: "0.1.1",
Version: "1.0.0",

Percentiles: []float64{0.50, 0.75, 0.95, 0.99, 0.999},
}, nil
Expand Down

0 comments on commit 89d7b9f

Please sign in to comment.