From 88f91fa46a88747bb4c0b7c95cb4922ea00cc552 Mon Sep 17 00:00:00 2001 From: Jimmy Cuadra Date: Sat, 22 Jul 2017 15:57:51 -0700 Subject: [PATCH] Bump version to 0.7.0. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f6ecc65..b71f1e0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ license = "MIT" name = "etcd" readme = "README.md" repository = "https://github.com/jimmycuadra/rust-etcd" -version = "0.6.0" +version = "0.7.0" [lib] test = false