From 42faeda9925bf2cd6fccb58ba9746cced3256957 Mon Sep 17 00:00:00 2001 From: Fakerr Date: Sun, 23 Jul 2017 19:47:37 +0100 Subject: [PATCH] patch v1.2.1 --- git-recall | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/git-recall b/git-recall index 306248f..7149fb3 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.0" +VERSION="1.2.1" # Set key bindings. au="`echo -e '\e[A'`" # arrow up