Skip to content

Commit

Permalink
Update main.go
Browse files Browse the repository at this point in the history
  • Loading branch information
Ice3man543 authored Aug 22, 2020
1 parent c531557 commit 8e358b4
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 @@ -28,12 +28,12 @@ const banner = `
____________ ___
__ _ ___ ____ / ___/ _/ _ \/ _ \
/ ' \/ _ '/ _ \/ /___/ // // / , _/
/_/_/_/\_,_/ .__/\___/___/____/_/|_| v0.1
/_/_/_/\_,_/ .__/\___/___/____/_/|_| v0.0.2
/_/
`

// Version is the current version of mapcidr
const Version = `0.0.1`
const Version = `0.0.2`

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

0 comments on commit 8e358b4

Please sign in to comment.