diff options
| author | Junegunn Choi <junegunn.c@gmail.com> | 2018-06-10 10:35:52 +0900 |
|---|---|---|
| committer | Junegunn Choi <junegunn.c@gmail.com> | 2018-06-10 10:35:52 +0900 |
| commit | f0fe79dd3bb4b782ad6040c970b4bfc818729f05 (patch) | |
| tree | 1c69cea89069b37eb2985dc056ba76a44b25bc30 /src | |
| parent | daa1958f8602f91f6df6dac7a87c93da53aed5e4 (diff) | |
| download | fzf-f0fe79dd3bb4b782ad6040c970b4bfc818729f05.tar.gz | |
0.17.4
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 f3033840..b501a2aa 100644 --- a/src/constants.go +++ b/src/constants.go @@ -9,7 +9,7 @@ import ( const ( // Current version - version = "0.17.3" + version = "0.17.4" // Core coordinatorDelayMax time.Duration = 100 * time.Millisecond |
