Version update

This commit is contained in:
sandeep 2021-04-28 10:55:33 +05:30
parent f30f524b36
commit 4e390dbccf

View File

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