diff --git a/Cargo.lock b/Cargo.lock index c969fcb0..e2dda8ee 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,6 +1,6 @@ [root] name = "conductor" -version = "0.0.6" +version = "0.0.7" dependencies = [ "docker_compose 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", "docopt 0.6.83 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index aa9aca90..510c06bc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "conductor" -version = "0.0.6" +version = "0.0.7" authors = ["Eric Kidd "] description = "Faraday Conductor: Develop and orchestrate multi-pod docker-compose apps"