m/fzf
1
0
mirror of https://github.com/junegunn/fzf.git synced 2025-11-16 07:13:48 -05:00
This commit is contained in:
Junegunn Choi
2016-06-12 02:15:11 +09:00
parent 2bbc12063c
commit 3e1d6a7bcf
4 changed files with 235 additions and 202 deletions

View File

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