diff --git a/src-tauri/src/depotdownloader.rs b/src-tauri/src/depotdownloader.rs index 1c538652..ef7e3b63 100644 --- a/src-tauri/src/depotdownloader.rs +++ b/src-tauri/src/depotdownloader.rs @@ -7,7 +7,7 @@ use crate::get_os; use reqwest; use sha256; -pub static DEPOTDOWNLOADER_VERSION: &str = "2.7.2"; +pub static DEPOTDOWNLOADER_VERSION: &str = "2.7.3"; pub fn calc_checksum(path: &Path) -> io::Result { let bytes = fs::read(path)?;