fix versioning

i18n
jnats 3 years ago
parent 0f39104038
commit ebbfcd8bb6

@ -1,6 +1,6 @@
[package]
name = "ame"
version = "2.4.0"
version = "2.3.2"
authors = [ "jnats <jnats@salyut.one>", "axtlos <axtlos@salyut.one>" ]
edition = "2018"
description = "a fast and efficient aur helper."

@ -3,7 +3,7 @@ use ansi_term::Colour;
pub fn ver() {
println!("");
inf(format!("ame - v2.4.0"));
inf(format!("ame - v2.3.2"));
println!("");
inf(format!("Contributors:"));
println!("- axtlos <axtlos@salyut.one>");

Loading…
Cancel
Save