diff options
| author | Junegunn Choi <junegunn.c@gmail.com> | 2017-04-30 11:54:40 +0900 |
|---|---|---|
| committer | Junegunn Choi <junegunn.c@gmail.com> | 2017-04-30 11:54:40 +0900 |
| commit | 2d61691bb2641f53f3503c4b5d8ea57b0736da4d (patch) | |
| tree | 3f3ce6e001a99fb68a8d67998fe5412217cd94f0 /src | |
| parent | eba9e04e2ef2b0c17c0f80bde92469409bec0713 (diff) | |
| download | fzf-2d61691bb2641f53f3503c4b5d8ea57b0736da4d.tar.gz | |
0.16.7
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 42289843..941fdcc4 100644 --- a/src/constants.go +++ b/src/constants.go @@ -8,7 +8,7 @@ import ( const ( // Current version - version = "0.16.6" + version = "0.16.7" // Core coordinatorDelayMax time.Duration = 100 * time.Millisecond |
