diff --git a/Cargo.lock b/Cargo.lock index c25a015..79a9cbe 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -249,7 +249,7 @@ checksum = "04909a7a7e4633ae6c4a9ab280aeb86da1236243a77b694a49eacd659a4bd3ac" [[package]] name = "fwd" -version = "0.4.0" +version = "0.5.0" dependencies = [ "anyhow", "assert_matches", diff --git a/Cargo.toml b/Cargo.toml index b2479a7..1c85ef2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "fwd" -version = "0.4.0" +version = "0.5.0" edition = "2021" license = "MIT" description = "Automatically forward ports to a remote server over ssh"