diff --git a/Cargo.lock b/Cargo.lock index 1d92b29..f2735ad 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4,7 +4,7 @@ version = 3 [[package]] name = "ansible-sshman" -version = "2.1.1" +version = "3.0.0" dependencies = [ "clap", "pretty_assertions", diff --git a/Cargo.toml b/Cargo.toml index 08be185..d470a34 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ansible-sshman" -version = "2.1.1" +version = "3.0.0" edition = "2021" authors = ["Linus "] description = "Tool for managing SSH access to machines with Ansible."