diff --git a/Cargo.lock b/Cargo.lock index 2f5f475..1a3619a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -229,7 +229,7 @@ checksum = "4bca583b7e26f571124fe5b7561d49cb2868d79116cfa0eefce955557c6fee8c" [[package]] name = "fwd" -version = "0.6.2" +version = "0.7.0" dependencies = [ "anyhow", "assert_matches", diff --git a/Cargo.toml b/Cargo.toml index 6893ca2..3b6dc94 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "fwd" -version = "0.6.2" +version = "0.7.0" edition = "2021" license = "MIT" description = "Automatically forward ports to a remote server over ssh"