Skip to content

Commit

Permalink
Merge pull request #98 from nats-io/release/v0.6.0
Browse files Browse the repository at this point in the history
Bump version to 0.6.0
  • Loading branch information
wallyqs authored Aug 30, 2019
2 parents 21f0e17 + 7e5ffbb commit a9d1e46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prometheus_nats_exporter.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ import (
"github.com/nats-io/prometheus-nats-exporter/exporter"
)

var version = "0.5.0"
var version = "0.6.0"

// parseServerIDAndURL parses the url argument the optional id for the server ID.
func parseServerIDAndURL(urlArg string) (string, string, error) {
Expand Down

0 comments on commit a9d1e46

Please sign in to comment.