Skip to content

Commit

Permalink
release update
Browse files Browse the repository at this point in the history
  • Loading branch information
ehsandeep authored Sep 9, 2020
1 parent a684cb5 commit 5eee087
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/runner/banners.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ const banner = `
_ __ _ _
____ _| |__ / _(_)_ _ __| |___ _ _
(_-< || | '_ \ _| | ' \/ _ / -_) '_|
/__/\_,_|_.__/_| |_|_||_\__,_\___|_| v2.4.3
/__/\_,_|_.__/_| |_|_||_\__,_\___|_| v2.4.4
`

// Version is the current version of subfinder
const Version = `2.4.3`
const Version = `2.4.4`

// showBanner is used to show the banner to the user
func showBanner() {
Expand Down

0 comments on commit 5eee087

Please sign in to comment.