Skip to content
This repository was archived by the owner on Apr 30, 2021. It is now read-only.

Commit 4165c37

Browse files
committed
Update to v1.2.3
1 parent 1f6d22a commit 4165c37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/fuzzit/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ func main() {
4949
app.EnableBashCompletion = true
5050
app.Name = "Fuzzit"
5151
app.Usage = "Continuous fuzzing made simple"
52-
app.Version = "1.2.2"
52+
app.Version = "1.2.3"
5353
app.Compiled = time.Now()
5454
app.Authors = []cli.Author{
5555
cli.Author{

0 commit comments

Comments
 (0)