From 75b224de0e951c0b57a1b3f9262ee8bdc05ca5e9 Mon Sep 17 00:00:00 2001 From: Linus Kirkwood Date: Fri, 12 Jul 2024 15:46:28 +1000 Subject: [PATCH] chore: Bump version for release --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f6610af..bbbb2aa 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4,7 +4,7 @@ version = 3 [[package]] name = "ansible-sshman" -version = "2.0.1" +version = "2.0.2" dependencies = [ "clap", "serde", diff --git a/Cargo.toml b/Cargo.toml index 68d4184..f7482d9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ansible-sshman" -version = "2.0.1" +version = "2.0.2" edition = "2021" authors = ["Linus "] description = "Tool for managing SSH access to machines with Ansible."