diff --git a/main.go b/main.go index 4362e6e..2a31d3a 100644 --- a/main.go +++ b/main.go @@ -27,7 +27,7 @@ import ( "github.com/nats-io/prometheus-nats-exporter/exporter" ) -var version = "0.9.2" +var version = "0.9.3" // parseServerIDAndURL parses the url argument the optional id for the server ID. func parseServerIDAndURL(urlArg string) (string, string, error) {