diff --git a/Cargo.toml b/Cargo.toml index 9fd50a4..aed0b3e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ame" -version = "2.2.1" +version = "2.2.2" 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 f5d7413..4b3f6e5 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.1")); + inf(format!("ame - v2.2.2")); println!(""); inf(format!("Contributors:")); println!("- axtlos ");