We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4db141b + 6bfb940 commit cdf0274Copy full SHA for cdf0274
fpga_arch_viewer/src/viewer.rs
@@ -659,7 +659,7 @@ impl eframe::App for FpgaViewer {
659
ui.vertical_centered(|ui| {
660
ui.heading("FPGA Architecture Visualizer");
661
ui.add_space(10.0);
662
- ui.label("Version 1.0.0");
+ ui.label(format!("Version {}", env!("CARGO_PKG_VERSION")));
663
664
ui.label("A Rust-based visualizer for VTR FPGA architecture description files.");
665
0 commit comments