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-08-02 15:56:02 +09:00
parent 92b7efafca
commit e2ae1b249c
6 changed files with 6 additions and 6 deletions

View File

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