From 52fe5523b2dcfaec88ddc55903e2e593975367af Mon Sep 17 00:00:00 2001 From: John Doty Date: Fri, 20 Jan 2023 13:34:53 -0800 Subject: [PATCH] Update version to 0.4.0 for a clean release --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"