m/fzf
1
0
mirror of https://github.com/junegunn/fzf.git synced 2025-11-15 23:03:47 -05:00

Prepare for 0.16.0 release

This commit is contained in:
Junegunn Choi
2017-01-08 02:09:31 +09:00
parent 1a50f1eca1
commit a30999a785
5 changed files with 16 additions and 18 deletions

View File

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