From 9f30ca292355db7af200c41fac45882b529a56f9 Mon Sep 17 00:00:00 2001 From: Junegunn Choi Date: Sun, 23 Oct 2016 22:00:32 +0900 Subject: 0.15.5 --- install | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'install') diff --git a/install b/install index 7a5b7972..5d3baf83 100755 --- a/install +++ b/install @@ -2,8 +2,8 @@ set -u -[[ "$@" =~ --pre ]] && version=0.15.4 pre=1 || - version=0.15.4 pre=0 +[[ "$@" =~ --pre ]] && version=0.15.5 pre=1 || + version=0.15.5 pre=0 auto_completion= key_bindings= -- cgit v1.2.3