Skip to content

Commit

Permalink
version update
Browse files Browse the repository at this point in the history
  • Loading branch information
ehsandeep committed Jun 13, 2022
1 parent 482c3c9 commit 0c7097d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions internal/runner/banner.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ const banner = `
___ _______ __ __ (_) _/_ __
/ _ \/ __/ _ \\ \ // / _/ // /
/ .__/_/ \___/_\_\/_/_/ \_, /
/_/ /___/ v0.0.6
/_/ /___/ v0.0.7
`

// Version is the current version
const Version = `0.0.6`
const Version = `0.0.7`

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

0 comments on commit 0c7097d

Please sign in to comment.