diff options
| author | Junegunn Choi <junegunn.c@gmail.com> | 2016-09-25 22:20:43 +0900 |
|---|---|---|
| committer | Junegunn Choi <junegunn.c@gmail.com> | 2016-09-25 22:20:43 +0900 |
| commit | 1bc223d4b3849818b14c87e886359c2e4a617fb2 (patch) | |
| tree | bd391c3313476233bdc17c34934e59ad35a062ba /src | |
| parent | bef405bfa5f4ea3ec37505f1f97b4eac0645dd55 (diff) | |
| download | fzf-1bc223d4b3849818b14c87e886359c2e4a617fb2.tar.gz | |
0.15.2
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 ca8b475f..1582c9d4 100644 --- a/src/constants.go +++ b/src/constants.go @@ -8,7 +8,7 @@ import ( const ( // Current version - version = "0.15.1" + version = "0.15.2" // Core coordinatorDelayMax time.Duration = 100 * time.Millisecond |
