Skip to content

Commit

Permalink
version update
Browse files Browse the repository at this point in the history
  • Loading branch information
ehsandeep committed Apr 18, 2021
1 parent b18ada6 commit 435e88c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions internal/runner/banner.go
Expand Up @@ -8,11 +8,11 @@ const banner = `
\__ \/ / __ -__ \/ __ \/ / _ \/ /_/ / / / / / / /_/ / ___/ _ \/ ___/ | / / _ \/ ___/
___/ / / / / / / / /_/ / / __/ __ / / / / / / ____(__ ) __/ / | |/ / __/ /
/____/_/_/ /_/ /_/ .___/_/\___/_/ /_/ /_/ /_/ /_/ /____/\___/_/ |___/\___/_/
/_/ - v0.0.2
/_/ - v0.0.3
`

// Version is the current version
const Version = `0.0.2`
const Version = `0.0.3`

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

0 comments on commit 435e88c

Please sign in to comment.