diff --git a/src/lib.rs b/src/lib.rs index 862ba73..215936b 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -16,7 +16,7 @@ extern crate log; pub type DCPResult = Result>; const DOCKER_SOCKET: &str = "unix:///var/run/docker.sock"; -pub const VERSION: &str = "0.2.0"; +pub const VERSION: &str = "0.2.1"; #[derive(Debug)] pub struct Config {