Skip to content

Commit

Permalink
[ci skip] bump version to v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Dennor committed Jan 11, 2019
1 parent 1136d36 commit 9f0061c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions getgql
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ get_shell() {
}

SHELL="$(get_shell)"
VERSION="${VERSION:-v0.1.0}"
VERSION="${VERSION:-v0.1.1}"
if [ "${COMPLETION:-x}" = x ]; then
COMPLETION="$([ "${SHELL}" != "unsupported" ] && echo yes || echo no)"
fi
Expand Down Expand Up @@ -146,4 +146,4 @@ while [ "$1" != "" ]; do
shift
done
install
completion_install
completion_install

0 comments on commit 9f0061c

Please sign in to comment.