From fb86cbd0ded1d483afd91023a963fadf7cc50a81 Mon Sep 17 00:00:00 2001 From: John Doty Date: Sat, 22 Jun 2024 07:32:43 -0700 Subject: [PATCH] Bump crate version for unreleased --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 29824df..6b516f2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "fwd" -version = "0.8.1" +version = "0.9" edition = "2021" license = "MIT" description = "Automatically forward ports to a remote server over ssh"