diff --git a/Cargo.toml b/Cargo.toml index 2030dab..d0fe7e5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ame" -version = "2.3.0" +version = "2.3.1" 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 bcd73be..4b69e8b 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.3.0")); + inf(format!("ame - v2.3.1")); println!(""); inf(format!("Contributors:")); println!("- axtlos ");