From f91fd1a19b4833884980110c617c24b2c0d8f906 Mon Sep 17 00:00:00 2001 From: Andrew Schott Date: Wed, 11 Dec 2024 12:37:28 -0600 Subject: [PATCH] Fixed typo in src : version tag --- osupdater/src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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') {