Skip to content

Commit c90f1e7

Browse files
committed
chore: update src-daemon submodule
1 parent dcd6844 commit c90f1e7

3 files changed

Lines changed: 3 additions & 4 deletions

File tree

src-daemon

Submodule src-daemon updated 37 files

src-tauri/src/utils.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
//! Utility functions and helpers
22
3-
use sysinfo::System;
43
use tauri::{
54
menu::{CheckMenuItem, Menu, MenuItem},
65
tray::TrayIconBuilder,

src-tauri/src/version.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
pub const DESKTOP_VERSION: &str = "0.2.2";
2-
pub const DESKTOP_HASH: &str = "d2c508d";
3-
pub const DESKTOP_BUILD: &str = "2025-06-25T12:43:33+05:30";
2+
pub const DESKTOP_HASH: &str = "dcd6844";
3+
pub const DESKTOP_BUILD: &str = "2025-06-26T23:39:22+05:30";
44
pub const DAEMON_VERSION: &str = "0.6.0";
55
pub const DAEMON_HASH: &str = "6b8502c";
66
pub const DAEMON_BUILD: &str = "2025-06-24T14:05:14+05:30";

0 commit comments

Comments
 (0)