Skip to content

Commit 0489388

Browse files
committed
⬆️ Bump to v0.0.2
1 parent 5233e76 commit 0489388

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
[![License](https://img.shields.io/badge/License-Apache%202.0-yellowgreen)](https://github.com/kitabisa/ssb/blob/master/LICENSE)
55
[![contributions](https://img.shields.io/badge/contributions-welcome-magenta.svg?style=flat)](https://github.com/kitabisa/ssb/issues)
66
[![made with Go](https://img.shields.io/badge/made%20with-Go-brightgreen)](http://golang.org)
7-
[![Version](https://img.shields.io/badge/version-0.0.1-blueviolet)](https://github.com/kitabisa/ssb/releases)
7+
[![Version](https://img.shields.io/badge/version-0.0.2-blueviolet)](https://github.com/kitabisa/ssb/releases)
88

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

internal/runner/constant.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ var (
88
)
99

1010
const (
11-
version = "v0.0.1"
11+
version = "v0.0.2"
1212
banner = `
1313
_
1414
` + version + ` | |

0 commit comments

Comments
 (0)