Skip to content

Commit

Permalink
HULKsOS 7.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
h3ndrk committed Apr 23, 2024
1 parent 24a6e02 commit fe0be6d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.

2 changes: 1 addition & 1 deletion crates/constants/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ 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.4.1";
pub const OS_VERSION: &str = "7.4.2";
pub const SDK_VERSION: &str = "7.4.0";
lazy_static! {
pub static ref HARDWARE_IDS: HashMap<u8, HardwareId> = {
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.9.1"
version = "3.9.2"
edition.workspace = true
license.workspace = true
homepage.workspace = true
Expand Down

0 comments on commit fe0be6d

Please sign in to comment.