Skip to content

Commit

Permalink
chore: Changes version to v1.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
neriberto committed May 16, 2024
1 parent 49e2fe3 commit f0d74e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/banner.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ var banner = `
╰╯╱╰┻━━━┻━━━┻╯╰┻━━┻━━━┻╯╰┻━┻╯╰╯╰┻━━┻━┻━━┻╯
`

var version = "v1.0.6"
var version = "v1.0.7"

func ShowBanner() {
gologger.Print().Msgf("%s\n", banner)
Expand Down

0 comments on commit f0d74e6

Please sign in to comment.