diff --git a/osupdater/src/main.rs b/osupdater/src/main.rs index 5c31ff3..bbab8d4 100644 --- a/osupdater/src/main.rs +++ b/osupdater/src/main.rs @@ -3,7 +3,7 @@ use std::path::{Path}; use color_print::{cprintln}; use clap::{command, Arg, ArgAction}; -const VERSION: &'static str = "0.999999999"; +const VERSION: &'static str = "0.9"; fn trim_newline(s: &mut String) { if s.ends_with('\n') {