summaryrefslogtreecommitdiffstats
path: root/install
diff options
context:
space:
mode:
authorJunegunn Choi <junegunn.c@gmail.com>2015-09-12 12:50:32 +0900
committerJunegunn Choi <junegunn.c@gmail.com>2015-09-12 12:50:32 +0900
commitde829c09385c7db074001467873620117e20237a (patch)
tree7dce3b6690cdcf4c9b576d5264a8e40c8282e0b8 /install
parent64443221aab288a3069d01cdaf86706c6c1d91f3 (diff)
0.10.5
Diffstat (limited to 'install')
-rwxr-xr-xinstall4
1 files changed, 2 insertions, 2 deletions
diff --git a/install b/install
index b04d4d0f..9b9b04d4 100755
--- a/install
+++ b/install
@@ -1,7 +1,7 @@
#!/usr/bin/env bash
-[[ "$@" =~ --pre ]] && version=0.10.4 pre=1 ||
- version=0.10.4 pre=0
+[[ "$@" =~ --pre ]] && version=0.10.5 pre=1 ||
+ version=0.10.5 pre=0
cd $(dirname $BASH_SOURCE)
fzf_base=$(pwd)