diff --git a/src/app.rs b/src/app.rs index 28c00f7..6247b50 100644 --- a/src/app.rs +++ b/src/app.rs @@ -1130,6 +1130,7 @@ impl Oboete { .push(icon) .push(title) .push(link) + .push(widget::text(format!("v{}", env!("CARGO_PKG_VERSION")))) .align_items(Alignment::Center) .spacing(space_xxs) .into()