diff options
| author | Junegunn Choi <junegunn.c@gmail.com> | 2015-09-19 22:27:09 +0900 |
|---|---|---|
| committer | Junegunn Choi <junegunn.c@gmail.com> | 2015-09-19 22:27:09 +0900 |
| commit | 987799f8fbd2367fe99383a1ddf9ddf5d4ed253f (patch) | |
| tree | c8802e5ee587aa5a119e63018318589fbf9299bc /src/constants.go | |
| parent | d2f3604c1dd176b485ab82cebc956560f2e73657 (diff) | |
| download | fzf-987799f8fbd2367fe99383a1ddf9ddf5d4ed253f.tar.gz | |
Revert "0.10.6"
This reverts commit d2f3604c1dd176b485ab82cebc956560f2e73657.
Diffstat (limited to 'src/constants.go')
| -rw-r--r-- | src/constants.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/constants.go b/src/constants.go index 7deb078f..1cc4f81f 100644 --- a/src/constants.go +++ b/src/constants.go @@ -8,7 +8,7 @@ import ( const ( // Current version - version = "0.10.6" + version = "0.10.5" // Core coordinatorDelayMax time.Duration = 100 * time.Millisecond |
