diff --git a/Cargo.lock b/Cargo.lock index f30d480..a772367 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -67,7 +67,7 @@ dependencies = [ [[package]] name = "metrics-exporter-statsd" -version = "0.5.0" +version = "0.6.0" dependencies = [ "cadence", "metrics", diff --git a/Cargo.toml b/Cargo.toml index c62dfce..419163b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "metrics-exporter-statsd" -version = "0.5.0" +version = "0.6.0" authors = ["Manish Bellani "] edition = "2021" license = "MIT"