Preparing for future release.

This commit is contained in:
bauthard 2020-09-07 12:47:08 +05:30 committed by GitHub
parent 465d417049
commit d94dcf84d3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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