From 5411e12db082095dbf869b0d81c819d17e8f26b6 Mon Sep 17 00:00:00 2001 From: Joaquin Caro Date: Sun, 11 Jul 2021 20:16:15 +0200 Subject: [PATCH] update version --- Cargo.lock | 2 +- Cargo.toml | 2 +- src/main.rs | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8dba33b..2f7df12 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2,7 +2,7 @@ # It is not intended for manual editing. [[package]] name = "adh" -version = "1.1.4" +version = "1.1.5" dependencies = [ "assert_cmd", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index 81abf41..a08f703 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "adh" -version = "1.1.4" +version = "1.1.5" authors = ["Joaquin Caro "] edition = "2018" diff --git a/src/main.rs b/src/main.rs index c8f096f..e2f9a44 100644 --- a/src/main.rs +++ b/src/main.rs @@ -13,7 +13,7 @@ mod utils; #[tokio::main] async fn main() { let matches = App::new("ADH") - .version("1.1.4") + .version("1.1.5") .author("Joaco ") .about("Docker helper") .subcommand(SubCommand::with_name("nginx")