banner update
parent
95efd79d42
commit
757c028da8
|
@ -14,11 +14,11 @@ const banner = `
|
||||||
_______ __/ /_ / __(_)___ ____/ /__ _____
|
_______ __/ /_ / __(_)___ ____/ /__ _____
|
||||||
/ ___/ / / / __ \/ /_/ / __ \/ __ / _ \/ ___/
|
/ ___/ / / / __ \/ /_/ / __ \/ __ / _ \/ ___/
|
||||||
(__ ) /_/ / /_/ / __/ / / / / /_/ / __/ /
|
(__ ) /_/ / /_/ / __/ / / / / /_/ / __/ /
|
||||||
/____/\__,_/_.___/_/ /_/_/ /_/\__,_/\___/_/ v2.5.1-dev
|
/____/\__,_/_.___/_/ /_/_/ /_/\__,_/\___/_/ v2.5.1
|
||||||
`
|
`
|
||||||
|
|
||||||
// Version is the current version of subfinder
|
// Version is the current version of subfinder
|
||||||
const Version = `v2.5.1-dev`
|
const Version = `v2.5.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() {
|
||||||
|
|
Loading…
Reference in New Issue