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-04-22 01:42:38 +09:00
parent edb5ab5622
commit a4cf5510e3
4 changed files with 18 additions and 2 deletions

View File

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