Skip to content

Commit 56548ac

Browse files
committed
This will be 0.7.0
1 parent 8ea79b2 commit 56548ac

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tarssh"
3-
version = "0.6.0"
3+
version = "0.7.0"
44
description = "A simple SSH tarpit server"
55
authors = ["Thomas Hurst <tom@hur.st>"]
66
edition = "2018"

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ that's one less free connection for the next attack.
2727
```console
2828
-% cargo install tarssh
2929
-% tarssh --help
30-
tarssh 0.6.0
30+
tarssh 0.7.0
3131
A SSH tarpit server
3232

3333
USAGE:
@@ -51,7 +51,7 @@ OPTIONS:
5151
-u, --user <user> Run as this user and their primary group
5252

5353
-% tarssh -v --disable-log-timestamps --disable-log-ident -l 0.0.0.0:2222 \[::]:2222
54-
[INFO ] init, pid: 27344, version: 0.6.0
54+
[INFO ] init, pid: 27344, version: 0.7.0
5555
[INFO ] listen, addr: 0.0.0.0:2222
5656
[INFO ] listen, addr: [::]:2222
5757
[INFO ] privdrop, enabled: false

0 commit comments

Comments
 (0)