From 91776f73ca839afe18707e99ca439cd3199876db Mon Sep 17 00:00:00 2001 From: Fakerr Date: Tue, 15 Aug 2017 12:30:27 +0100 Subject: [PATCH] update version --- git-recall | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/git-recall b/git-recall index fc5576f..c4d346a 100644 --- a/git-recall +++ b/git-recall @@ -26,7 +26,7 @@ SINCE="1 days ago" # show logs for last day by default COMMITS_UNCOL=() # commits without colors SED_CMD="" # Sed command to use according OS. LESSKEY=false -VERSION="1.2.1" +VERSION="1.2.2" # Set key bindings. au="`echo -e '\e[A'`" # arrow up