Update banner.go

This commit is contained in:
bauthard 2020-07-07 11:23:58 +05:30 committed by GitHub
parent 606c46ba29
commit d830294168
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,7 +11,7 @@ const banner = `
`
// Version is the current version of nuclei
const Version = `2.0.0`
const Version = `2.0.1`
// showBanner is used to show the banner to the user
func showBanner() {