Include git based version
All checks were successful
Build and deploy / Build container and manifests (push) Successful in 6m29s

This commit is contained in:
2025-04-18 15:20:36 +02:00
parent d602220c4b
commit e9fe169a9a
9 changed files with 51 additions and 11 deletions

View File

@@ -1,2 +1,6 @@
#![feature(let_chains)]
pub mod context;
pub mod resources;
mod version;
pub use version::VERSION;