diff options
| author | Junegunn Choi <junegunn.c@gmail.com> | 2016-11-09 12:41:46 +0900 |
|---|---|---|
| committer | Junegunn Choi <junegunn.c@gmail.com> | 2016-11-09 12:41:46 +0900 |
| commit | a2beb159f1757961f1314b2739b5707ea2af2ea0 (patch) | |
| tree | 65ba427452050c97177e8c083d8b1ef389d7adc2 /src | |
| parent | 7ce427ff47fa613b43b9b5d251fca10768f5da01 (diff) | |
| download | fzf-a2beb159f1757961f1314b2739b5707ea2af2ea0.tar.gz | |
0.15.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 e0740af6..23537050 100644 --- a/src/constants.go +++ b/src/constants.go @@ -8,7 +8,7 @@ import ( const ( // Current version - version = "0.15.6" + version = "0.15.7" // Core coordinatorDelayMax time.Duration = 100 * time.Millisecond |
