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
2020-03-12 13:15:45 +09:00
parent 373c6d8d55
commit b0673c3563
5 changed files with 21 additions and 15 deletions

View File

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