diff options
| author | Junegunn Choi <junegunn.c@gmail.com> | 2016-11-09 01:45:27 +0900 |
|---|---|---|
| committer | Junegunn Choi <junegunn.c@gmail.com> | 2016-11-09 01:45:27 +0900 |
| commit | a221c672fbd968ea4cd83557a228065a8fc129f3 (patch) | |
| tree | 0a20abd9ed010fe0d597c7852651f1fdbd1bd2de /src | |
| parent | f87d382ec831ea35a982fa7776000c43654e1538 (diff) | |
| download | fzf-a221c672fbd968ea4cd83557a228065a8fc129f3.tar.gz | |
0.15.6
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 778d219a..e0740af6 100644 --- a/src/constants.go +++ b/src/constants.go @@ -8,7 +8,7 @@ import ( const ( // Current version - version = "0.15.5" + version = "0.15.6" // Core coordinatorDelayMax time.Duration = 100 * time.Millisecond |
