diff --git a/Cargo.lock b/Cargo.lock index 2cf5ce8..99aba9f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -354,7 +354,7 @@ checksum = "24d5f089152e60f62d28b835fbff2cd2e8dc0baf1ac13343bef92ab7eed84548" [[package]] name = "rshijack" -version = "0.3.0" +version = "0.4.0" dependencies = [ "anyhow", "env_logger", diff --git a/Cargo.toml b/Cargo.toml index 22fb00e..9f35e9e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rshijack" -version = "0.3.0" +version = "0.4.0" description = "tcp connection hijacker, rust rewrite of shijack" authors = ["kpcyrd "] license = "GPL-3.0"