m/fzf
1
0
mirror of https://github.com/junegunn/fzf.git synced 2025-11-16 07:13:48 -05:00

Revert version number

This commit is contained in:
Junegunn Choi
2016-05-18 22:47:57 +09:00
parent 13330738b8
commit f498a9b3fb

View File

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