m/fzf
1
0
mirror of https://github.com/junegunn/fzf.git synced 2025-11-15 14:53:47 -05:00
This commit is contained in:
Junegunn Choi
2015-08-29 02:36:27 +09:00
parent 90b0cd44ac
commit 9a2d9ad947
4 changed files with 9 additions and 4 deletions

View File

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