m/fzf
1
0
mirror of https://github.com/junegunn/fzf.git synced 2025-11-15 23:03:47 -05:00
This commit is contained in:
Junegunn Choi
2017-12-03 23:55:24 +09:00
parent b877c385f0
commit 390b49653b
5 changed files with 22 additions and 4 deletions

View File

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