diff options
| author | Junegunn Choi <junegunn.c@gmail.com> | 2017-06-05 23:21:50 +0900 |
|---|---|---|
| committer | Junegunn Choi <junegunn.c@gmail.com> | 2017-06-05 23:21:50 +0900 |
| commit | b49f22cdf9f2ca021382ddeb026c739a22120781 (patch) | |
| tree | e53982aa06f3042e0b1ef2d3576c6f64b06a2b7e /src | |
| parent | 7e483b0c25224ae218bcc2fb67896d6b4d1c8ea0 (diff) | |
| download | fzf-b49f22cdf9f2ca021382ddeb026c739a22120781.tar.gz | |
0.16.8
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 06889903..56097ffa 100644 --- a/src/constants.go +++ b/src/constants.go @@ -9,7 +9,7 @@ import ( const ( // Current version - version = "0.16.7" + version = "0.16.8" // Core coordinatorDelayMax time.Duration = 100 * time.Millisecond |
