m/fzf
1
0
mirror of https://github.com/junegunn/fzf.git synced 2025-11-17 15:53:39 -05:00

[install] Prerelease of 0.10.3

This commit is contained in:
Junegunn Choi
2015-08-11 00:21:09 +09:00
parent d0f2c00f9f
commit cacc212f12

View File

@@ -1,6 +1,6 @@
#!/usr/bin/env bash #!/usr/bin/env bash
[[ "$@" =~ --pre ]] && version=0.10.2 pre=1 || [[ "$@" =~ --pre ]] && version=0.10.3 pre=1 ||
version=0.10.2 pre=0 version=0.10.2 pre=0
cd $(dirname $BASH_SOURCE) cd $(dirname $BASH_SOURCE)