summaryrefslogtreecommitdiffstats
path: root/install
diff options
context:
space:
mode:
authorJunegunn Choi <junegunn.c@gmail.com>2015-08-12 02:09:46 +0900
committerJunegunn Choi <junegunn.c@gmail.com>2015-08-12 02:09:46 +0900
commit8156e9894e9f05cfea9043af44d0258ad2a6721d (patch)
tree5b992a33ff7b2530184bc78f35b20fa7505b6607 /install
parentcacc212f12387f746191ee754f6b6bd58d3441e0 (diff)
0.10.30.10.3
Diffstat (limited to 'install')
-rwxr-xr-xinstall2
1 files changed, 1 insertions, 1 deletions
diff --git a/install b/install
index 63abfb30..dae6a74c 100755
--- a/install
+++ b/install
@@ -1,7 +1,7 @@
#!/usr/bin/env bash
[[ "$@" =~ --pre ]] && version=0.10.3 pre=1 ||
- version=0.10.2 pre=0
+ version=0.10.3 pre=0
cd $(dirname $BASH_SOURCE)
fzf_base=$(pwd)