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-09-25 22:20:43 +09:00
parent bef405bfa5
commit 1bc223d4b3
5 changed files with 16 additions and 5 deletions

View File

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