fix version

This commit is contained in:
Fakerr 2017-03-11 13:26:57 +01:00
parent 80324b8368
commit 7c26587b6a

View file

@ -26,7 +26,7 @@ COMMITS=""
COMMITS_UNCOL=() # commits without colors
LESSKEY=false
SED_BIN="" # Sed option to use according OS.
VERSION="1.2.0"
VERSION="1.1.10"
# Are we in a git repo?
if [[ ! -d ".git" ]] && ! git rev-parse --git-dir &>/dev/null; then