Skip to content

Commit

Permalink
chore: update match arm for APP_VERSION
Browse files Browse the repository at this point in the history
  • Loading branch information
conorsch committed Nov 22, 2024
1 parent 6438746 commit f189919
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/core/app/src/app_version/component.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ fn version_to_software_version(version: u64) -> &'static str {
6 => "v0.77.x",
7 => "v0.79.x",
8 => "v0.80.x",
9 => "v0.81.x",
_ => "unknown",
}
}
Expand Down

0 comments on commit f189919

Please sign in to comment.