diff --git a/Cargo.lock b/Cargo.lock index f49463e..92053bc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -639,7 +639,7 @@ checksum = "a507befe795404456341dfab10cef66ead4c041f62b8b11bbb92bffe5d0953e0" [[package]] name = "sssh" -version = "1.0.0" +version = "23.3.5" dependencies = [ "anyhow", "atty", diff --git a/Cargo.toml b/Cargo.toml index c67e01b..cd7c999 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,14 +1,14 @@ [package] name = "sssh" description = "Simply connect to your SSH server." -version = "1.0.0" +version = "23.3.5" edition = "2021" authors = ["pouriya.jahanbakhsh@gmail.com"] repository = "https://github.com/pouriya/sssh" license-file = "LICENSE" [workspace.metadata] -APPLICATION_VERSION = "23.03.02" +APPLICATION_VERSION = "23.03.05" [dependencies] clap = {version = "4.1.*", default-features = false, features = ["std", "help", "usage", "derive", "env", "wrap_help", "cargo"]}