diff options
| author | Junegunn Choi <junegunn.c@gmail.com> | 2015-09-19 22:51:12 +0900 |
|---|---|---|
| committer | Junegunn Choi <junegunn.c@gmail.com> | 2015-09-19 22:51:12 +0900 |
| commit | d980e00961e64c12c28fe6adb209a6c0a652efd1 (patch) | |
| tree | 4e8f75c0724016cdf1b696d3ed7aac6fb40acb81 /src | |
| parent | 987799f8fbd2367fe99383a1ddf9ddf5d4ed253f (diff) | |
| download | fzf-d980e00961e64c12c28fe6adb209a6c0a652efd1.tar.gz | |
Revert "Revert "0.10.6""
This reverts commit 987799f8fbd2367fe99383a1ddf9ddf5d4ed253f.
Diffstat (limited to 'src')
| -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 1cc4f81f..7deb078f 100644 --- a/src/constants.go +++ b/src/constants.go @@ -8,7 +8,7 @@ import ( const ( // Current version - version = "0.10.5" + version = "0.10.6" // Core coordinatorDelayMax time.Duration = 100 * time.Millisecond |
