diff --git a/Cargo.lock b/Cargo.lock index 28fdfb3..bb51d64 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4,7 +4,7 @@ version = 3 [[package]] name = "ansible-sshman" -version = "2.1.0" +version = "2.1.1" dependencies = [ "clap", "serde", diff --git a/Cargo.toml b/Cargo.toml index 7bdc5da..fd84658 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ansible-sshman" -version = "2.1.0" +version = "2.1.1" edition = "2021" authors = ["Linus "] description = "Tool for managing SSH access to machines with Ansible."