From 2647731d39b6699bff62f61bb38a8d57451a9544 Mon Sep 17 00:00:00 2001 From: jnats Date: Fri, 1 Oct 2021 23:00:08 +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 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 ");