Private
Public Access
1
0

Implement hybrid versioning approach

This commit is contained in:
2025-07-15 16:39:57 -07:00
parent 21703b9f8e
commit 3197814098
3 changed files with 39 additions and 2 deletions

View File

@@ -116,7 +116,7 @@ impl Daemon {
let database = Arc::new(Mutex::new(database_impl));
Ok(Self {
version: "0.1.0".to_string(),
version: env!("GIT_VERSION").to_string(),
database,
event_receiver,
event_sender,