diff options
| author | Junegunn Choi <junegunn.c@gmail.com> | 2016-08-14 18:06:00 +0900 |
|---|---|---|
| committer | Junegunn Choi <junegunn.c@gmail.com> | 2016-08-14 18:10:21 +0900 |
| commit | c4c92142a6001936420096d9f8e335cb25e116aa (patch) | |
| tree | d3e9b332b0a99831d2ff58bc48170d293f2dd7d0 /src/constants.go | |
| parent | d4b63381029b477d064d4c3ff38f4efb89ae950d (diff) | |
| download | fzf-c4c92142a6001936420096d9f8e335cb25e116aa.tar.gz | |
0.13.4
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 3dfbf46d..e87e3938 100644 --- a/src/constants.go +++ b/src/constants.go @@ -8,7 +8,7 @@ import ( const ( // Current version - version = "0.13.3" + version = "0.13.4" // Core coordinatorDelayMax time.Duration = 100 * time.Millisecond |
