From f6a8e20e78f690cffd3aeb90baa1dc9af0e0a2dd Mon Sep 17 00:00:00 2001 From: Jimmy Cuadra Date: Wed, 30 Mar 2016 01:07:04 -0700 Subject: [PATCH] Bump version to 0.5.0. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ccf5a34..e38461b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ license = "MIT" name = "etcd" readme = "README.md" repository = "https://github.com/jimmycuadra/rust-etcd" -version = "0.4.0" +version = "0.5.0" [build-dependencies] syntex = "0.30.0"