Skip to content

Commit

Permalink
client: Bump os version
Browse files Browse the repository at this point in the history
Signed-off-by: Ikey Doherty <[email protected]>
  • Loading branch information
ikeycode committed Dec 29, 2024
1 parent 989bde7 commit 257481d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion moss/src/client/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -805,7 +805,7 @@ PRETTY_NAME="Serpent OS {version} (fstx #{tx})"
ANSI_COLOR="1;35"
HOME_URL="https://serpentos.com"
BUG_REPORT_URL="https://github.com/serpent-os""#,
version = "0.24.5",
version = "0.24.6",
// TODO: Better id for ephemeral transactions
tx = state_id.unwrap_or_default()
);
Expand Down

0 comments on commit 257481d

Please sign in to comment.