Skip to content

Commit

Permalink
Bump version to v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Fahrj committed Aug 8, 2021
1 parent 446cdf0 commit f71cdd4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ Host target
### Full usage

```shell
reverseSSH v1.0.0 Copyright (C) 2021 Ferdinor <ferdinor@mailbox.org>
reverseSSH v1.1.0 Copyright (C) 2021 Ferdinor <ferdinor@mailbox.org>

Usage: reverse-ssh [options] [<user>@]<target>

Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ var (
localPassword = "letmeinbrudipls"
authorizedKey = ""
defaultShell = "/bin/bash"
version = "1.0.1-dev"
version = "1.1.0"
)

var help = fmt.Sprintf(`reverseSSH %[2]s Copyright (C) 2021 Ferdinor <ferdinor@mailbox.org>
Expand Down

0 comments on commit f71cdd4

Please sign in to comment.