Skip to content

Commit

Permalink
update msg
Browse files Browse the repository at this point in the history
  • Loading branch information
kayhhh committed Sep 20, 2024
1 parent bd52f98 commit de2c329
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/unavi-app/src/native/update.rs
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ pub fn check_for_updates() -> Result<()> {
let release = releases[0].clone();

if release.version == cargo_crate_version!() {
println!("No updates found!");
println!("Up to date!");
return Ok(());
}

Expand Down

0 comments on commit de2c329

Please sign in to comment.