Skip to content

Commit

Permalink
Refactor some code
Browse files Browse the repository at this point in the history
  • Loading branch information
arimatakao committed Jul 13, 2024
1 parent b67f616 commit 26b88e3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/meta.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package app

const (
VERSION = "v1.10.4"
VERSION = "v1.10.5"

API_VERSION = "v5.10.2"

Expand Down
2 changes: 1 addition & 1 deletion internal/mdx/print.go
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ func printUaNotification() {
y := pterm.NewStyle(pterm.FgYellow)
b := pterm.NewStyle(pterm.FgBlue)

b.Println("ПОМОГИ УКРАИНЦАМ В БОРЬБЕ")
b.Println("ПОМОГИ УКРАИНЕ В БОРЬБЕ")
y.Println("ПРОТИВ РОССИЙСКОЙ АГРЕССИИ")

field.Println("\n===ПОЛЕЗНЫЕ ССЫЛКИ===")
Expand Down

0 comments on commit 26b88e3

Please sign in to comment.