From 8c6ba4ea451c7a8bfe021142bca183c691414cc7 Mon Sep 17 00:00:00 2001 From: Francis Lalonde Date: Thu, 9 May 2019 15:51:41 -0400 Subject: [PATCH] Bump version to 0.7.4 before release --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index cb21e95..d1c5623 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dipstick" -version = "0.7.3" +version = "0.7.4" authors = ["Francis Lalonde "] description = """A fast, all-purpose metrics library decoupling instrumentation from reporting backends.