Skip to content

Commit

Permalink
Merge pull request #25 from exdx/bump-version
Browse files Browse the repository at this point in the history
dcp: bump version to 0.2.1
  • Loading branch information
exdx authored Jul 15, 2022
2 parents c00a564 + 172ca69 commit 81365e6
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 81365e6

Please sign in to comment.