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, 2022
1 parent 129cf6a commit 45ffc10
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.4
/_/ - v0.0.5
`

// Version is the current version
const Version = `0.0.4`
const Version = `0.0.5`

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

0 comments on commit 45ffc10

Please sign in to comment.