diff --git a/Cargo.lock b/Cargo.lock index 0c282a59c2..6b89fba390 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3974,7 +3974,7 @@ checksum = "19b17cddbe7ec3f8bc800887bab5e717348c95ea2ca0b1bf0837fb964dc67099" [[package]] name = "pepsi" -version = "3.6.0" +version = "3.7.0" dependencies = [ "aliveness", "bat", diff --git a/crates/constants/src/lib.rs b/crates/constants/src/lib.rs index 24e2122c29..1669bd387b 100644 --- a/crates/constants/src/lib.rs +++ b/crates/constants/src/lib.rs @@ -13,8 +13,8 @@ pub const HULA_DBUS_PATH: &str = "/org/hulks/HuLA"; pub const HULA_DBUS_SERVICE: &str = "org.hulks.hula"; pub const HULA_SOCKET_PATH: &str = "/tmp/hula"; pub const OS_RELEASE_PATH: &str = "/etc/os-release"; -pub const OS_VERSION: &str = "7.2.0"; -pub const SDK_VERSION: &str = "7.2.0"; +pub const OS_VERSION: &str = "7.3.0"; +pub const SDK_VERSION: &str = "7.3.0"; lazy_static! { pub static ref HARDWARE_IDS: HashMap = { let content = include_str!("../../../etc/parameters/hardware_ids.json"); diff --git a/tools/pepsi/Cargo.toml b/tools/pepsi/Cargo.toml index b4ecaf9c1d..f762fa4bd9 100644 --- a/tools/pepsi/Cargo.toml +++ b/tools/pepsi/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pepsi" -version = "3.6.0" +version = "3.7.0" edition.workspace = true license.workspace = true homepage.workspace = true