Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Ice3man543 committed Apr 2, 2021
2 parents 6804bd7 + 5ea05b3 commit 0d0e3f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions v2/internal/runner/banner.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ const banner = `
____ __ _______/ /__ (_)
/ __ \/ / / / ___/ / _ \/ /
/ / / / /_/ / /__/ / __/ /
/_/ /_/\__,_/\___/_/\___/_/ v2.3.2
/_/ /_/\__,_/\___/_/\___/_/ v2.3.3
`

// Version is the current version of nuclei
const Version = `2.3.2`
const Version = `2.3.3`

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

0 comments on commit 0d0e3f5

Please sign in to comment.