From 766aad15f4fefc6f89e5e39ff73f2c9e3e0cf27f Mon Sep 17 00:00:00 2001 From: John Doty Date: Tue, 24 Jan 2023 09:14:31 -0800 Subject: [PATCH] Update the version number for new args --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"