Skip to content

Commit

Permalink
version update
Browse files Browse the repository at this point in the history
  • Loading branch information
ehsandeep committed Sep 26, 2021
1 parent fd2c394 commit 69d4021
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions v2/pkg/runner/banners.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ const banner = `
__
___ ___ ___ _/ / __ __
/ _ \/ _ \/ _ \/ _ \/ // /
/_//_/\_,_/\_,_/_.__/\_,_/ v2.0.4
/_//_/\_,_/\_,_/_.__/\_,_/ v2.0.5
`

// Version is the current version of naabu
const Version = `2.0.4`
const Version = `2.0.5`

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

0 comments on commit 69d4021

Please sign in to comment.