Skip to content

Commit

Permalink
version update
Browse files Browse the repository at this point in the history
  • Loading branch information
ehsandeep committed Dec 12, 2020
1 parent c6b66f3 commit b6f0c43
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.1
/_/ /___/ v0.0.3
`

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

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

0 comments on commit b6f0c43

Please sign in to comment.