Skip to content

Commit

Permalink
downgrade to 5.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
schmidma committed Oct 11, 2023
1 parent 4ac91fa commit 8abee9f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/constants/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ 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 = "6.0.0";
pub const SDK_VERSION: &str = "6.0.0";
pub const OS_VERSION: &str = "5.9.0";
pub const SDK_VERSION: &str = "5.9.0";

0 comments on commit 8abee9f

Please sign in to comment.