Skip to content

Commit

Permalink
version update
Browse files Browse the repository at this point in the history
  • Loading branch information
ehsandeep committed Mar 31, 2021
1 parent 8233efe commit 5ea05b3
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 5ea05b3

Please sign in to comment.