summaryrefslogtreecommitdiffstats
path: root/install
diff options
context:
space:
mode:
authorJunegunn Choi <junegunn.c@gmail.com>2015-10-05 23:28:24 +0900
committerJunegunn Choi <junegunn.c@gmail.com>2015-10-05 23:28:24 +0900
commit1da065e50e2b1270bec1f62f46daf6e84e9ca991 (patch)
treef7d86f6c0ac2584085ac3299a7ea908546a6c4d1 /install
parent86bc9d506fb29d65d6d666d18422f3337bf52f13 (diff)
0.10.70.10.7
Diffstat (limited to 'install')
-rwxr-xr-xinstall4
1 files changed, 2 insertions, 2 deletions
diff --git a/install b/install
index e98f920a..f830bc6a 100755
--- a/install
+++ b/install
@@ -1,7 +1,7 @@
#!/usr/bin/env bash
-[[ "$@" =~ --pre ]] && version=0.10.6 pre=1 ||
- version=0.10.6 pre=0
+[[ "$@" =~ --pre ]] && version=0.10.7 pre=1 ||
+ version=0.10.7 pre=0
cd $(dirname $BASH_SOURCE)
fzf_base=$(pwd)