diff --git a/Cargo.lock b/Cargo.lock index c78d215..d02a69d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4,7 +4,7 @@ version = 3 [[package]] name = "ahab" -version = "0.1.0" +version = "0.2.0" dependencies = [ "anyhow", "clap", diff --git a/Cargo.toml b/Cargo.toml index 8708cdf..ba46099 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "ahab" description = "docker cli wrapper" readme = "README.md" -version = "0.1.0" +version = "0.2.0" edition = "2021" license = "MIT" authors = ["Matej Janežič "]