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

Prepare for 0.9.9 release

This commit is contained in:
Junegunn Choi
2015-04-16 14:20:29 +09:00
parent b8904a8c3e
commit d08542ce5d
7 changed files with 27 additions and 7 deletions

View File

@@ -1,6 +1,6 @@
#!/usr/bin/env bash
version=0.9.8
version=0.9.9
cd $(dirname $BASH_SOURCE)
fzf_base=$(pwd)