Skip to content

Commit

Permalink
feat: Change version build
Browse files Browse the repository at this point in the history
  • Loading branch information
JahazielLem committed Sep 3, 2024
1 parent dc744aa commit af1f4f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion firmware/main/modules/about/about_module.c
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ void about_module_display_legal_menu() {

void about_module_display_version() {
general_screen_display_card_information_handler(
"Minino", "v" CONFIG_PROJECT_VERSION, menus_module_exit_app, NULL);
"Minino", CONFIG_PROJECT_VERSION, menus_module_exit_app, NULL);
}
void about_module_display_license() {
general_screen_display_card_information_handler("License", "GNU GPL 3.0",
Expand Down

0 comments on commit af1f4f1

Please sign in to comment.