Skip to content

Commit 9f0061c

Browse files
committed
[ci skip] bump version to v0.1.1
1 parent 1136d36 commit 9f0061c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

getgql

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ get_shell() {
1414
}
1515

1616
SHELL="$(get_shell)"
17-
VERSION="${VERSION:-v0.1.0}"
17+
VERSION="${VERSION:-v0.1.1}"
1818
if [ "${COMPLETION:-x}" = x ]; then
1919
COMPLETION="$([ "${SHELL}" != "unsupported" ] && echo yes || echo no)"
2020
fi
@@ -146,4 +146,4 @@ while [ "$1" != "" ]; do
146146
shift
147147
done
148148
install
149-
completion_install
149+
completion_install

0 commit comments

Comments
 (0)