From 3ace09fb788032ace5d108e49a901a6f96664036 Mon Sep 17 00:00:00 2001 From: Fakerr Date: Sun, 29 Jan 2017 15:49:40 +0100 Subject: [PATCH] fix version --- git-recall | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/git-recall b/git-recall index c70c0b7..091c202 100644 --- a/git-recall +++ b/git-recall @@ -22,7 +22,7 @@ FETCH=false GIT_FORMAT="" GIT_LOG="" COMMITS="" -VERSION="1.1.0" +VERSION="1.1.1" # Are we in a git repo? if [[ ! -d ".git" ]]; then