Skip to content

Commit

Permalink
Merge pull request #610 from projectdiscovery/dev
Browse files Browse the repository at this point in the history
version update
  • Loading branch information
ehsandeep authored Mar 19, 2023
2 parents 7e27650 + 23a57ba commit 70d306d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -362,6 +362,7 @@ import (
func main() {
options := runner.Options{
Host: goflags.StringSlice{"scanme.sh"},
ScanType: "s",
OnResult: func(hr *result.HostResult) {
log.Println(hr.Host, hr.Ports)
},
Expand Down
4 changes: 2 additions & 2 deletions v2/pkg/runner/banners.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ const banner = `
__
___ ___ ___ _/ / __ __
/ _ \/ _ \/ _ \/ _ \/ // /
/_//_/\_,_/\_,_/_.__/\_,_/ v2.1.2
/_//_/\_,_/\_,_/_.__/\_,_/
`

// Version is the current version of naabu
const version = `2.1.2`
const version = `2.1.4`

// showBanner is used to show the banner to the user
func showBanner() {
Expand Down

0 comments on commit 70d306d

Please sign in to comment.