Skip to content

Commit

Permalink
fix telegram version message
Browse files Browse the repository at this point in the history
  • Loading branch information
maksimryndin committed Feb 12, 2024
1 parent d835091 commit c0f144d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/services/general/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ impl Service for GeneralService {
"Your `{APP_NAME}` version `{current}` is not the latest `{latest}`, \
consider [upgrading](https://github.com/maksimryndin/goral/releases); \
if you like `{APP_NAME}`, consider giving a star to the [repo](https://github.com/maksimryndin/goral); \
thank you!"
thank you😊"
);
send_notification.info(msg).await;
}
Expand Down

0 comments on commit c0f144d

Please sign in to comment.