From 7766feafd4e51ec7dc160242ad88c3f86fee197f Mon Sep 17 00:00:00 2001 From: John Doty Date: Fri, 1 Mar 2024 06:15:56 -0800 Subject: [PATCH] Bump the version in the crate Forgot to do this on release, whoops --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1a5d73a..41cec3d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -197,7 +197,7 @@ checksum = "eb1d22c66e66d9d72e1758f0bd7d4fd0bee04cad842ee34587d68c07e45d088c" [[package]] name = "fwd" -version = "0.7.0" +version = "0.8.1" dependencies = [ "anyhow", "assert_matches", diff --git a/Cargo.toml b/Cargo.toml index 3e5ff60..6cf2ec4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "fwd" -version = "0.7.0" +version = "0.8.1" edition = "2021" license = "MIT" description = "Automatically forward ports to a remote server over ssh"