banner update

dev
sandeep 2022-04-04 22:06:36 +05:30
parent 95efd79d42
commit 757c028da8
1 changed files with 2 additions and 2 deletions

View File

@ -14,11 +14,11 @@ const banner = `
_______ __/ /_ / __(_)___ ____/ /__ _____
/ ___/ / / / __ \/ /_/ / __ \/ __ / _ \/ ___/
(__ ) /_/ / /_/ / __/ / / / / /_/ / __/ /
/____/\__,_/_.___/_/ /_/_/ /_/\__,_/\___/_/ v2.5.1-dev
/____/\__,_/_.___/_/ /_/_/ /_/\__,_/\___/_/ v2.5.1
`
// 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
func showBanner() {