From 4b9e30330a92811ca8d906613e0b2482368038d7 Mon Sep 17 00:00:00 2001 From: Mark Story Date: Wed, 5 Aug 2020 01:30:21 -0400 Subject: [PATCH] Bump version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c8522a8..2f95412 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "statsd" -version = "0.13.1" +version = "0.14.0" description = "A basic statsd client for rust." homepage = "https://github.com/markstory/rust-statsd" readme = "README.md"