Bump to the next version

This commit is contained in:
John Doty 2024-08-13 07:24:29 -07:00
parent 68f3c4fa4e
commit 7e047626df
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View file

@ -320,7 +320,7 @@ checksum = "eb1d22c66e66d9d72e1758f0bd7d4fd0bee04cad842ee34587d68c07e45d088c"
[[package]]
name = "fwd"
version = "0.9.1"
version = "0.9.2"
dependencies = [
"anyhow",
"assert_matches",

View file

@ -1,6 +1,6 @@
[package]
name = "fwd"
version = "0.9.1"
version = "0.9.2"
edition = "2021"
license = "MIT"
description = "Automatically forward ports to a remote server over ssh"