Skip to content

Commit

Permalink
bump pepsi version
Browse files Browse the repository at this point in the history
  • Loading branch information
MaikRe committed Apr 15, 2024
1 parent 0e0fbbf commit 6f0245a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions crates/constants/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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<u8, HardwareId> = {
let content = include_str!("../../../etc/parameters/hardware_ids.json");
Expand Down
2 changes: 1 addition & 1 deletion tools/pepsi/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pepsi"
version = "3.6.0"
version = "3.7.0"
edition.workspace = true
license.workspace = true
homepage.workspace = true
Expand Down

0 comments on commit 6f0245a

Please sign in to comment.