diff options
| author | Junegunn Choi <junegunn.c@gmail.com> | 2016-09-29 03:05:20 +0900 |
|---|---|---|
| committer | Junegunn Choi <junegunn.c@gmail.com> | 2016-09-29 03:05:20 +0900 |
| commit | 8b0d0342d43ed410e8542655932b60c9c0d817c6 (patch) | |
| tree | c27a1c157f424deb647eba2c8b4c881af0cff456 /src/constants.go | |
| parent | 957c12e7d702a30c925b6d9c02b6bd07acdaa3ff (diff) | |
| download | fzf-8b0d0342d43ed410e8542655932b60c9c0d817c6.tar.gz | |
0.15.3
Diffstat (limited to 'src/constants.go')
| -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 1582c9d4..35818cda 100644 --- a/src/constants.go +++ b/src/constants.go @@ -8,7 +8,7 @@ import ( const ( // Current version - version = "0.15.2" + version = "0.15.3" // Core coordinatorDelayMax time.Duration = 100 * time.Millisecond |
