From 50b4ab00e8ea733bcd7e97a5e5870a8242f3cae9 Mon Sep 17 00:00:00 2001 From: Mark Story Date: Wed, 30 Oct 2024 00:00:00 -0400 Subject: [PATCH] Bump version number --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 9b1592e..6bcafb9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "statsd" -version = "0.16.0" +version = "0.16.1" description = "A basic statsd client for rust." homepage = "https://github.com/markstory/rust-statsd" readme = "README.md"