diff options
| author | Junegunn Choi <junegunn.c@gmail.com> | 2016-06-14 21:53:00 +0900 |
|---|---|---|
| committer | Junegunn Choi <junegunn.c@gmail.com> | 2016-06-14 21:53:00 +0900 |
| commit | 8a90f26c8a4ac34517eeed9f3498dd790d255474 (patch) | |
| tree | a0073386022fc5f78c0504ba4f625d516a15d47d /src/constants.go | |
| parent | 24e1fabf2e805ad28901618fafe5fd389b599b4e (diff) | |
| download | fzf-8a90f26c8a4ac34517eeed9f3498dd790d255474.tar.gz | |
0.13.1
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 a9f14b7b..5147b175 100644 --- a/src/constants.go +++ b/src/constants.go @@ -8,7 +8,7 @@ import ( const ( // Current version - version = "0.13.0" + version = "0.13.1" // Core coordinatorDelayMax time.Duration = 100 * time.Millisecond |
