diff options
| author | Junegunn Choi <junegunn.c@gmail.com> | 2016-11-19 23:13:26 +0900 |
|---|---|---|
| committer | Junegunn Choi <junegunn.c@gmail.com> | 2016-11-19 23:13:26 +0900 |
| commit | 6a65006f55c527d86d6924ee296828a50e77a7e9 (patch) | |
| tree | 6c8016e07b931cfeecf44a4adb48f10bfe44d479 /src | |
| parent | d75ed841a939481a8c74d63c8d463fa566560ca3 (diff) | |
| download | fzf-6a65006f55c527d86d6924ee296828a50e77a7e9.tar.gz | |
0.15.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 23537050..52884a7d 100644 --- a/src/constants.go +++ b/src/constants.go @@ -8,7 +8,7 @@ import ( const ( // Current version - version = "0.15.7" + version = "0.15.8" // Core coordinatorDelayMax time.Duration = 100 * time.Millisecond |
