summaryrefslogtreecommitdiffstats
path: root/install
diff options
context:
space:
mode:
authorJunegunn Choi <junegunn.c@gmail.com>2015-10-09 12:41:29 +0900
committerJunegunn Choi <junegunn.c@gmail.com>2015-10-09 12:42:07 +0900
commitb3010a46241df01a93dd844822762d9f93ca2850 (patch)
tree37d7e8b6735f0fbc169fe345d00af340787549fb /install
parent7d53051ec891fec3fce1788278b9937b1994efca (diff)
0.10.80.10.8
Diffstat (limited to 'install')
-rwxr-xr-xinstall4
1 files changed, 2 insertions, 2 deletions
diff --git a/install b/install
index f830bc6a..6261b8fc 100755
--- a/install
+++ b/install
@@ -1,7 +1,7 @@
#!/usr/bin/env bash
-[[ "$@" =~ --pre ]] && version=0.10.7 pre=1 ||
- version=0.10.7 pre=0
+[[ "$@" =~ --pre ]] && version=0.10.8 pre=1 ||
+ version=0.10.8 pre=0
cd $(dirname $BASH_SOURCE)
fzf_base=$(pwd)