m/fzf
1
0
mirror of https://github.com/junegunn/fzf.git synced 2025-11-15 23:03:47 -05:00
This commit is contained in:
Junegunn Choi
2016-06-14 21:53:00 +09:00
parent 24e1fabf2e
commit 8a90f26c8a
4 changed files with 8 additions and 4 deletions

View File

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