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
2017-01-24 00:37:47 +09:00
parent 6a75e30941
commit f2ce233a6d
3 changed files with 4 additions and 2 deletions

View File

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