diff options
| author | Junegunn Choi <junegunn.c@gmail.com> | 2019-03-31 11:22:38 +0900 |
|---|---|---|
| committer | Junegunn Choi <junegunn.c@gmail.com> | 2019-03-31 11:22:38 +0900 |
| commit | ff951341c993ed84ad65344e496e122ee3dddf67 (patch) | |
| tree | 7195a08f6e76ba44c41234c95b1e1b8757f2efa8 /src | |
| parent | df570afd52a6cd25ea68e7837a0624e3aba0405d (diff) | |
| download | fzf-ff951341c993ed84ad65344e496e122ee3dddf67.tar.gz | |
0.18.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 85355371..a49e1fe1 100644 --- a/src/constants.go +++ b/src/constants.go @@ -9,7 +9,7 @@ import ( const ( // Current version - version = "0.17.5" + version = "0.18.0" // Core coordinatorDelayMax time.Duration = 100 * time.Millisecond |
