From 8212afdf8561e7d01adb1b09f401bd633c044a8d Mon Sep 17 00:00:00 2001 From: Lucio Franco Date: Thu, 23 Jul 2020 15:41:26 -0400 Subject: [PATCH] chore: Prepare `tonic-health` release 0.2.0 (#411) --- tonic-health/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tonic-health/Cargo.toml b/tonic-health/Cargo.toml index 3822fc9..a27306c 100644 --- a/tonic-health/Cargo.toml +++ b/tonic-health/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tonic-health" -version = "0.1.0" +version = "0.2.0" authors = ["James Nugent "] edition = "2018" license = "MIT"