Skip to content

Commit

Permalink
version update
Browse files Browse the repository at this point in the history
  • Loading branch information
ehsandeep committed Sep 12, 2022
1 parent 8f1979e commit b2e2e25
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmd/mapcidr/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -54,12 +54,12 @@ const banner = `
____________ ___
__ _ ___ ____ / ___/ _/ _ \/ _ \
/ ' \/ _ '/ _ \/ /___/ // // / , _/
/_/_/_/\_,_/ .__/\___/___/____/_/|_| v1.0.1
/_/_/_/\_,_/ .__/\___/___/____/_/|_| v1.0.2
/_/
`

// Version is the current version of mapcidr
const Version = `v1.0.1`
const Version = `v1.0.2`

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

0 comments on commit b2e2e25

Please sign in to comment.