diff options
| author | Junegunn Choi <junegunn.c@gmail.com> | 2016-08-21 05:00:27 +0900 |
|---|---|---|
| committer | Junegunn Choi <junegunn.c@gmail.com> | 2016-08-21 05:02:45 +0900 |
| commit | b86838c2b088ab7c7d80b6103a5fa59d6172ce10 (patch) | |
| tree | 7aa3f74156f7190f62589b6fa9247e527151dd7a /src/constants.go | |
| parent | 1f7d1f9b151131a01f661b4be70aac068db17f93 (diff) | |
| download | fzf-b86838c2b088ab7c7d80b6103a5fa59d6172ce10.tar.gz | |
0.13.5
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 74c59fa6..c0410863 100644 --- a/src/constants.go +++ b/src/constants.go @@ -8,7 +8,7 @@ import ( const ( // Current version - version = "0.13.4" + version = "0.13.5" // Core coordinatorDelayMax time.Duration = 100 * time.Millisecond |
