mirror of
https://github.com/Fakerr/git-recall.git
synced 2026-09-10 07:26:42 -04:00
Update version
This commit is contained in:
parent
3eb9479252
commit
391bc9b420
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue