From 7deb8489e497e60f85450d4a26170f185e8ed291 Mon Sep 17 00:00:00 2001 From: John Doty Date: Wed, 26 Apr 2023 11:44:21 -0700 Subject: [PATCH] Bump the cargo version Whoops I forgot. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 1c85ef2..dba099b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "fwd" -version = "0.5.0" +version = "0.6.1" edition = "2021" license = "MIT" description = "Automatically forward ports to a remote server over ssh"