From 132263fb275fac7e306f9ad3ca173a0efaf45e3a Mon Sep 17 00:00:00 2001 From: Mark Story Date: Wed, 31 Mar 2021 09:33:45 -0400 Subject: [PATCH] Bump version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 2f95412..4b789e6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "statsd" -version = "0.14.0" +version = "0.14.1" description = "A basic statsd client for rust." homepage = "https://github.com/markstory/rust-statsd" readme = "README.md"