From 5f8e3d4934003447d00bd13561cad3de756fe160 Mon Sep 17 00:00:00 2001 From: b23r0 Date: Thu, 7 Jul 2022 18:27:23 +0800 Subject: [PATCH] update version. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 988bc65..a99ceaa 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cliws" -version = "0.3.0" +version = "0.3.1" authors = ["b23r0 "] edition = "2021" description = "Lightweight interactive bind/reverse PTY shell with Windows&Linux support implementation by Rust."