Skip to content

Commit

Permalink
version update
Browse files Browse the repository at this point in the history
  • Loading branch information
ehsandeep committed Sep 23, 2020
1 parent b644b4f commit fd52364
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ Download latest binary from https://github.com/projectdiscovery/naabu/releases
naabu requires **go1.14+** to install successfully. Run the following command to get the repo -

```sh
▶ GO111MODULE=on go get -u -v github.com/projectdiscovery/naabu/cmd/naabu
▶ GO111MODULE=on go get -u -v github.com/projectdiscovery/naabu/v2/cmd/naabu
```

### From Github
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 @@ -14,11 +14,11 @@ const banner = `
__
___ ___ ___ _/ / __ __
/ _ \/ _ \/ _ \/ _ \/ // /
/_//_/\_,_/\_,_/_.__/\_,_/ v2.0.1
/_//_/\_,_/\_,_/_.__/\_,_/ v2.0.2
`

// Version is the current version of naabu
const Version = `2.0.1`
const Version = `2.0.2`

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

0 comments on commit fd52364

Please sign in to comment.