Skip to content

Commit

Permalink
0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Perrelli9338 committed Oct 15, 2024
1 parent 0e86140 commit c06955b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scenes/main_menu_plugin.rs
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ impl MainMenu {
parent.button_main_menu("Settings", MenuButtonAction::Settings);
#[cfg(all(not(target_arch = "wasm32"), not(target_os = "android"), not(target_os = "ios")))]
parent.button_main_menu("Quit", MenuButtonAction::Quit);
parent.text(&format!("v{}-rc", env!("CARGO_PKG_VERSION")), None);
parent.text(&format!("v{}", env!("CARGO_PKG_VERSION")), None);
},
)
.insert(Menu);
Expand Down

0 comments on commit c06955b

Please sign in to comment.