mirror of https://github.com/daffainfo/nuclei.git
version update
parent
858168b9a8
commit
a7fbf5c9e0
|
@ -7,11 +7,11 @@ const banner = `
|
||||||
____ __ _______/ /__ (_)
|
____ __ _______/ /__ (_)
|
||||||
/ __ \/ / / / ___/ / _ \/ /
|
/ __ \/ / / / ___/ / _ \/ /
|
||||||
/ / / / /_/ / /__/ / __/ /
|
/ / / / /_/ / /__/ / __/ /
|
||||||
/_/ /_/\__,_/\___/_/\___/_/ v2
|
/_/ /_/\__,_/\___/_/\___/_/ v2.1
|
||||||
`
|
`
|
||||||
|
|
||||||
// Version is the current version of nuclei
|
// Version is the current version of nuclei
|
||||||
const Version = `2.0.5`
|
const Version = `2.1.0`
|
||||||
|
|
||||||
// showBanner is used to show the banner to the user
|
// showBanner is used to show the banner to the user
|
||||||
func showBanner() {
|
func showBanner() {
|
||||||
|
|
Loading…
Reference in New Issue