Update banner.go

dev
bauthard 2020-07-01 01:50:27 +05:30 committed by GitHub
parent bf074a22ef
commit c8e31074a4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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