diff options
| author | Junegunn Choi <junegunn.c@gmail.com> | 2017-08-27 03:32:21 +0900 |
|---|---|---|
| committer | Junegunn Choi <junegunn.c@gmail.com> | 2017-08-27 03:32:21 +0900 |
| commit | e89eebb7bae2bb3f080568dff20b341ed669fd3b (patch) | |
| tree | 193202f395f5feaf12ab4ba259ff0c642b95d833 /src | |
| parent | fee404399adcebc0c6253e2ef4dc95871f81c806 (diff) | |
| download | fzf-e89eebb7bae2bb3f080568dff20b341ed669fd3b.tar.gz | |
0.17.0
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 0f6a32c9..cfd3a3bc 100644 --- a/src/constants.go +++ b/src/constants.go @@ -9,7 +9,7 @@ import ( const ( // Current version - version = "0.16.11" + version = "0.17.0" // Core coordinatorDelayMax time.Duration = 100 * time.Millisecond |
