m/fzf
1
0
mirror of https://github.com/junegunn/fzf.git synced 2025-11-16 07:13:48 -05:00
This commit is contained in:
Junegunn Choi
2016-02-07 10:56:29 +09:00
parent e95d82748f
commit 40d934e378
5 changed files with 16 additions and 6 deletions

View File

@@ -8,7 +8,7 @@ import (
const (
// Current version
version = "0.11.2"
version = "0.11.3"
// Core
coordinatorDelayMax time.Duration = 100 * time.Millisecond