Skip to content

Commit

Permalink
version update
Browse files Browse the repository at this point in the history
  • Loading branch information
ehsandeep committed Apr 26, 2023
1 parent 0e577fb commit 81b645f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions runner/banner.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ const banner = `
/ _ | / __/ |/ /_ _ ___ ____
/ __ |_\ \/ / ' \/ _ / _ \
/_/ |_/___/_/|_/_/_/_/\_,_/ .__/
/_/ v1.0.2
/_/
`

// version is the current version of asnmap
const version = `v1.0.2`
const version = `v1.0.3`

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

0 comments on commit 81b645f

Please sign in to comment.