From 391bc9b420c19f138baf8e29d5ee85356ab39eb4 Mon Sep 17 00:00:00 2001 From: Fakerr Date: Sun, 12 Feb 2017 22:59:39 +0100 Subject: [PATCH] Update version --- git-recall | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/git-recall b/git-recall index db32189..1191c7f 100644 --- a/git-recall +++ b/git-recall @@ -25,7 +25,7 @@ COMMITS="" COMMITS_UNCOL=() # commits without colors LESSKEY=false SED_BIN="" # Sed option to use according OS. -VERSION="1.1.4" +VERSION="1.1.5" # Are we in a git repo? if [[ ! -d ".git" ]] && ! git rev-parse --git-dir &>/dev/null; then