version update

dev
sandeep 2021-06-12 17:17:22 +05:30
parent d3b0a15284
commit 08bfdaface
1 changed files with 2 additions and 2 deletions

View File

@ -7,11 +7,11 @@ const banner = `
____ __ _______/ /__ (_)
/ __ \/ / / / ___/ / _ \/ /
/ / / / /_/ / /__/ / __/ /
/_/ /_/\__,_/\___/_/\___/_/ v2.3.7-dev
/_/ /_/\__,_/\___/_/\___/_/ v2.3.8
`
// Version is the current version of nuclei
const Version = `2.3.7`
const Version = `2.3.8`
// showBanner is used to show the banner to the user
func showBanner() {