m/fzf
1
0
mirror of https://github.com/junegunn/fzf.git synced 2025-11-14 14:23:47 -05:00
This commit is contained in:
Junegunn Choi
2015-05-21 00:38:40 +09:00
parent 1592bedbe8
commit 34946b72a5
6 changed files with 19 additions and 7 deletions

View File

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