Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Ice3man543 committed Mar 13, 2021
1 parent 266e332 commit 4d752b4
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.0
/_/ /_/\__,_/\___/_/\___/_/ v2.3.1
`

// Version is the current version of nuclei
const Version = `2.3.0`
const Version = `2.3.1`

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

0 comments on commit 4d752b4

Please sign in to comment.