m/fzf
1
0
mirror of https://github.com/junegunn/fzf.git synced 2025-11-17 15:53:39 -05:00
This commit is contained in:
Junegunn Choi
2015-08-12 02:09:46 +09:00
parent cacc212f12
commit 8156e9894e
3 changed files with 3 additions and 3 deletions

View File

@@ -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)