Skip to content

Commit

Permalink
version 3.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
zan8in committed Jan 1, 2025
1 parent 26cf21a commit 3b9a347
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/config/banner.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ func InitBanner() {
}
func ShowBanner(u *AfrogUpdate) {
InitBanner()
fmt.Printf("\r\t\t\t\t%s/%s\t|\t%s\n\n", EngineV(u), PocV(u), "Dream a dream for you")
fmt.Printf("\r\t\t\t\t%s/%s\t|\t%s\n\n", EngineV(u), PocV(u), "Happy New Year 2025!")
}

func BannerAnimate(u *AfrogUpdate) {
Expand Down

0 comments on commit 3b9a347

Please sign in to comment.