summaryrefslogtreecommitdiffstats
path: root/install
diff options
context:
space:
mode:
authorJunegunn Choi <junegunn.c@gmail.com>2015-08-29 02:36:27 +0900
committerJunegunn Choi <junegunn.c@gmail.com>2015-08-29 02:36:27 +0900
commit9a2d9ad947bfdec98987bf965d38cfd26ae60356 (patch)
tree0a53f1dec552cdc7997ca8895aa74fd70335cf8d /install
parent90b0cd44ac8fb9a6965c3dcf050f0e6aa2e90121 (diff)
0.10.40.10.4
Diffstat (limited to 'install')
-rwxr-xr-xinstall4
1 files changed, 2 insertions, 2 deletions
diff --git a/install b/install
index d11c3b0c..b04d4d0f 100755
--- a/install
+++ b/install
@@ -1,7 +1,7 @@
#!/usr/bin/env bash
-[[ "$@" =~ --pre ]] && version=0.10.3 pre=1 ||
- version=0.10.3 pre=0
+[[ "$@" =~ --pre ]] && version=0.10.4 pre=1 ||
+ version=0.10.4 pre=0
cd $(dirname $BASH_SOURCE)
fzf_base=$(pwd)