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