From 946559bae58cfbd2f56cba9cfce136964897e8be Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Sun, 30 Jun 2024 12:36:13 -0400 Subject: [PATCH] chore: fix release version (#97) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f380c0a..5dff954 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sshs" -version = "4.3.0" +version = "4.4.0" edition = "2021" description = "Terminal user interface for SSH" license = "MIT"