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
2019-12-18 01:07:25 +09:00
parent 212de25409
commit 30577b0c17
4 changed files with 8 additions and 5 deletions

View File

@@ -10,7 +10,7 @@ import (
const (
// Current version
version = "0.19.0"
version = "0.20.0"
// Core
coordinatorDelayMax time.Duration = 100 * time.Millisecond