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-18 10:38:12 +09:00
parent f66d94c6b0
commit 1169cc8653
4 changed files with 8 additions and 8 deletions

View File

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