diff options
| author | Junegunn Choi <junegunn.c@gmail.com> | 2016-10-04 02:17:36 +0900 |
|---|---|---|
| committer | Junegunn Choi <junegunn.c@gmail.com> | 2016-10-04 02:17:36 +0900 |
| commit | 3222d62ddf0b8072e43ac2b5abd52b1d6d3f6eef (patch) | |
| tree | 4be529f641ed0307e79363a1f736ed8f3b6b149d /src | |
| parent | aeb957a2852555b2fce037aac4c3cb2b9d2f5c39 (diff) | |
| download | fzf-3222d62ddf0b8072e43ac2b5abd52b1d6d3f6eef.tar.gz | |
0.15.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 35818cda..a96c362c 100644 --- a/src/constants.go +++ b/src/constants.go @@ -8,7 +8,7 @@ import ( const ( // Current version - version = "0.15.3" + version = "0.15.4" // Core coordinatorDelayMax time.Duration = 100 * time.Millisecond |
