Skip to content

Commit

Permalink
version update
Browse files Browse the repository at this point in the history
  • Loading branch information
ehsandeep committed Feb 8, 2024
1 parent 7e5bcd4 commit 0f258b4
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,12 +9,12 @@ const banner = `
__ _ ___
___ ___ / /_(_) _/_ __
/ _ \/ _ \/ __/ / _/ // /
/_//_/\___/\__/_/_/ \_, / v1.0.5
/_//_/\___/\__/_/_/ \_, /
/___/
`

// version is the current version
const version = `1.0.5`
const version = `1.0.6`

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

0 comments on commit 0f258b4

Please sign in to comment.