Skip to content

Commit

Permalink
dcp: bump version to 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
exdx committed Jul 15, 2022
1 parent c00a564 commit 172ca69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ extern crate log;
pub type DCPResult<T> = Result<T, Box<dyn Error>>;

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 {
Expand Down

0 comments on commit 172ca69

Please sign in to comment.