From fd02779ba08124814b65d71c0efdc8e31fcdd7a8 Mon Sep 17 00:00:00 2001 From: John Doty Date: Sun, 30 Apr 2023 07:33:55 -0700 Subject: [PATCH] Bump version to 0.7.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"