Skip to content

Commit

Permalink
add prerelease update msg
Browse files Browse the repository at this point in the history
  • Loading branch information
CheatCod committed Jun 16, 2024
1 parent 308f1bf commit fd5b95d
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions core/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -373,6 +373,15 @@ async fn check_for_core_update() {
"Read how to update here: {url}",
url = "https://github.com/Lodestone-Team/lodestone/wiki/Updating"
);
} else {
info!(
"A new pre-release version of lodestone_core is available: {}",
latest_version
);
info!(
"Read how to update here: {url}",
url = "https://github.com/Lodestone-Team/lodestone/wiki/Updating"
);
}
}

Expand Down

0 comments on commit fd5b95d

Please sign in to comment.