Update banner.go

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

View File

@ -7,11 +7,11 @@ const banner = `
____ __ _______/ /__ (_)
/ __ \/ / / / ___/ / _ \/ /
/ / / / /_/ / /__/ / __/ /
/_/ /_/\__,_/\___/_/\___/_/ v1
/_/ /_/\__,_/\___/_/\___/_/ v2
`
// Version is the current version of nuclei
const Version = `1.1.7`
const Version = `2.0.1`
// showBanner is used to show the banner to the user
func showBanner() {