diff --git a/crates/unavi-app/src/native/update.rs b/crates/unavi-app/src/native/update.rs index 46b940e41..4d89f8384 100644 --- a/crates/unavi-app/src/native/update.rs +++ b/crates/unavi-app/src/native/update.rs @@ -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(()); }