m/fzf
1
0
mirror of https://github.com/junegunn/fzf.git synced 2025-11-16 15:23:48 -05:00
This commit is contained in:
Junegunn Choi
2017-10-16 01:58:57 +09:00
parent 64a6ced62e
commit 0b33dc6ce1
5 changed files with 13 additions and 4 deletions

View File

@@ -9,7 +9,7 @@ import (
const (
// Current version
version = "0.17.0"
version = "0.17.1"
// Core
coordinatorDelayMax time.Duration = 100 * time.Millisecond