Fixed version string
All checks were successful
Build and deploy / Build container and manifests (push) Successful in 2m30s

This commit is contained in:
2025-04-18 12:01:47 +02:00
parent 7fb8cb9c60
commit 75bfd4d5cf
7 changed files with 31 additions and 15 deletions

View File

@@ -5,4 +5,7 @@ mod io;
pub mod ldap;
pub mod ssh;
pub mod tunnel;
mod version;
pub mod web;
pub use version::VERSION;