diff --git a/Cargo.lock b/Cargo.lock index 68521f2..d1900a8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4,7 +4,7 @@ version = 4 [[package]] name = "ahab" -version = "0.3.1" +version = "0.3.2" dependencies = [ "anyhow", "clap", diff --git a/Cargo.toml b/Cargo.toml index 1de703e..0fab22f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "ahab" description = "docker cli wrapper" readme = "README.md" -version = "0.3.1" +version = "0.3.2" edition = "2021" license = "MIT" authors = ["Matej Janežič "]