diff --git a/Cargo.lock b/Cargo.lock index 1f75841..d485a23 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -249,7 +249,7 @@ checksum = "04909a7a7e4633ae6c4a9ab280aeb86da1236243a77b694a49eacd659a4bd3ac" [[package]] name = "fwd" -version = "0.3.0" +version = "0.4.0" dependencies = [ "anyhow", "assert_matches", diff --git a/Cargo.toml b/Cargo.toml index 8e6d87a..a475b86 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "fwd" -version = "0.3.0" +version = "0.4.0" edition = "2021" license = "MIT" description = "Automatically forward ports to a remote server over ssh"