summaryrefslogtreecommitdiffstats
path: root/install
diff options
context:
space:
mode:
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)