Private
Public Access
1
0

Version: 1.0.0

This commit is contained in:
2025-07-15 18:04:11 -07:00
parent 3197814098
commit 742703cb8e
7 changed files with 10 additions and 40 deletions

View File

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