Skip to content

Commit

Permalink
⬆️ Bump to v0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dwisiswant0 committed Dec 31, 2020
1 parent 5233e76 commit 0489388
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 @@ -4,7 +4,7 @@
[![License](https://img.shields.io/badge/License-Apache%202.0-yellowgreen)](https://github.com/kitabisa/ssb/blob/master/LICENSE)
[![contributions](https://img.shields.io/badge/contributions-welcome-magenta.svg?style=flat)](https://github.com/kitabisa/ssb/issues)
[![made with Go](https://img.shields.io/badge/made%20with-Go-brightgreen)](http://golang.org)
[![Version](https://img.shields.io/badge/version-0.0.1-blueviolet)](https://github.com/kitabisa/ssb/releases)
[![Version](https://img.shields.io/badge/version-0.0.2-blueviolet)](https://github.com/kitabisa/ssb/releases)

**S**_ecure_ **S**_hell_ **B**_ruteforcer_ — A faster & simpler way to bruteforce SSH server.

Expand Down
2 changes: 1 addition & 1 deletion internal/runner/constant.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ var (
)

const (
version = "v0.0.1"
version = "v0.0.2"
banner = `
_
` + version + ` | |
Expand Down

0 comments on commit 0489388

Please sign in to comment.