m/fzf
1
0
mirror of https://github.com/junegunn/fzf.git synced 2025-11-16 23:33:39 -05:00
This commit is contained in:
Junegunn Choi
2015-11-10 01:54:53 +09:00
parent 31278bcc68
commit df468fc482
4 changed files with 13 additions and 4 deletions

View File

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