From 45b3829e64d0f1e0dba1c944c971681efb030d6f Mon Sep 17 00:00:00 2001 From: Fakerr Date: Thu, 2 Feb 2017 16:08: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 f7f1545..0fdead2 100644 --- a/git-recall +++ b/git-recall @@ -23,7 +23,7 @@ GIT_FORMAT="" GIT_LOG="" COMMITS="" LESSKEY=false -VERSION="1.1.2" +VERSION="1.1.3" # Are we in a git repo? if [[ ! -d ".git" ]] && ! git rev-parse --git-dir &>/dev/null; then