m/fzf
1
0
mirror of https://github.com/junegunn/fzf.git synced 2025-11-16 23:33:39 -05:00
This commit is contained in:
Junegunn Choi
2016-05-19 01:47:43 +09:00
parent 7ed9f83662
commit 2f364c62f4
4 changed files with 28 additions and 5 deletions

View File

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