diff options
author | Junegunn Choi <junegunn.c@gmail.com> | 2015-08-03 00:21:21 +0900 |
---|---|---|
committer | Junegunn Choi <junegunn.c@gmail.com> | 2015-08-03 00:21:21 +0900 |
commit | c4cf90a3d22a4641633f366fe64b992a62dab13f (patch) | |
tree | 7fbd9193975cab5c7f15d557a366194029013f7d | |
parent | 15c49a3e084d758d3e475da27111732556deaecb (diff) |
0.10.20.10.2
-rwxr-xr-x | install | 2 | ||||
-rw-r--r-- | man/man1/fzf.1 | 2 | ||||
-rw-r--r-- | src/constants.go | 2 |
3 files changed, 3 insertions, 3 deletions
@@ -1,7 +1,7 @@ #!/usr/bin/env bash [[ "$@" =~ --pre ]] && version=0.10.2 pre=1 || - version=0.10.1 pre=0 + version=0.10.2 pre=0 cd $(dirname $BASH_SOURCE) fzf_base=$(pwd) diff --git a/man/man1/fzf.1 b/man/man1/fzf.1 index 3a334cd8..cb12acbe 100644 --- a/man/man1/fzf.1 +++ b/man/man1/fzf.1 @@ -21,7 +21,7 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. .. -.TH fzf 1 "July 2015" "fzf 0.10.1" "fzf - a command-line fuzzy finder" +.TH fzf 1 "Aug 2015" "fzf 0.10.2" "fzf - a command-line fuzzy finder" .SH NAME fzf - a command-line fuzzy finder diff --git a/src/constants.go b/src/constants.go index 91c863a6..e19f5f4e 100644 --- a/src/constants.go +++ b/src/constants.go @@ -8,7 +8,7 @@ import ( const ( // Current version - version = "0.10.1" + version = "0.10.2" // Core coordinatorDelayMax time.Duration = 100 * time.Millisecond |