Skip to content

Commit

Permalink
update main.go
Browse files Browse the repository at this point in the history
update version for new release
  • Loading branch information
jenaye authored Dec 18, 2021
1 parent 99318c2 commit ad3a036
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ func scanDomain(domain string) {

func main() {

version := figure.NewColorFigure("Yelaa 1.3.0", "", "cyan", true)
version := figure.NewColorFigure("Yelaa 1.3.1", "", "cyan", true)
version.Print()

var cmdScan = &cobra.Command{
Expand Down

0 comments on commit ad3a036

Please sign in to comment.