From 46293cc91ab0a7d0b42172d4127391336e06bdcf Mon Sep 17 00:00:00 2001 From: jnats Date: Sat, 2 Oct 2021 00:03:17 +0100 Subject: [PATCH] ver bump --- Cargo.toml | 2 +- src/mods/ver.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 ");