diff --git a/Cargo.toml b/Cargo.toml index aed0b3e..ca548b5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ame" -version = "2.2.2" +version = "2.2.3" authors = [ "jnats ", "axtlos " ] edition = "2018" description = "a fast and efficient aur helper." diff --git a/src/mods/ver.rs b/src/mods/ver.rs index 4b3f6e5..c4191df 100644 --- a/src/mods/ver.rs +++ b/src/mods/ver.rs @@ -3,7 +3,7 @@ use ansi_term::Colour; pub fn ver() { println!(""); - inf(format!("ame - v2.2.2")); + inf(format!("ame - v2.2.3")); println!(""); inf(format!("Contributors:")); println!("- axtlos ");