Skip to content

Commit cc712be

Browse files
danupsherclaude
andcommitted
Show version in window title
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 8b521e0 commit cc712be

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ fn main() -> eframe::Result<()> {
4444
viewport: egui::ViewportBuilder::default()
4545
.with_inner_size([1280.0, 720.0])
4646
.with_min_inner_size([900.0, 500.0])
47-
.with_title("vsBTC")
47+
.with_title(format!("vsBTC v{}", env!("CARGO_PKG_VERSION")))
4848
.with_icon(std::sync::Arc::new(load_icon()))
4949
.with_app_id("vsbtc"),
5050
..Default::default()

0 commit comments

Comments
 (0)