Display version dynamically in UI sidebar

- Add VERSION constant using CARGO_PKG_VERSION
- Show version in both light and dark theme sidebars
- Update workspace version to 0.2.7
This commit is contained in:
2026-01-26 17:31:39 +00:00
parent 80a96527fa
commit 5eca1817af
3 changed files with 13 additions and 8 deletions

View File

@@ -7,7 +7,7 @@ members = [
]
[workspace.package]
version = "0.1.0"
version = "0.2.7"
edition = "2021"
license = "MIT"
authors = ["DevITWay <devitway@gmail.com>"]