Skip to content

Commit 81365e6

Browse files
authored
Merge pull request #25 from exdx/bump-version
dcp: bump version to 0.2.1
2 parents c00a564 + 172ca69 commit 81365e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ extern crate log;
1616
pub type DCPResult<T> = Result<T, Box<dyn Error>>;
1717

1818
const DOCKER_SOCKET: &str = "unix:///var/run/docker.sock";
19-
pub const VERSION: &str = "0.2.0";
19+
pub const VERSION: &str = "0.2.1";
2020

2121
#[derive(Debug)]
2222
pub struct Config {

0 commit comments

Comments
 (0)