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
2017-08-27 03:32:21 +09:00
parent fee404399a
commit e89eebb7ba
5 changed files with 14 additions and 4 deletions

View File

@@ -9,7 +9,7 @@ import (
const (
// Current version
version = "0.16.11"
version = "0.17.0"
// Core
coordinatorDelayMax time.Duration = 100 * time.Millisecond