diff options
| author | Junegunn Choi <junegunn.c@gmail.com> | 2017-02-05 16:17:54 +0900 |
|---|---|---|
| committer | Junegunn Choi <junegunn.c@gmail.com> | 2017-02-05 16:17:54 +0900 |
| commit | ee5aeb80a49fbf7bb958e09aa641ef17fb885884 (patch) | |
| tree | a2d59140828b206986031b028b81b7cc7185fa51 /src/constants.go | |
| parent | 02ceae15a235de6b5cd2aca9de070fb3fff78e5b (diff) | |
| download | fzf-ee5aeb80a49fbf7bb958e09aa641ef17fb885884.tar.gz | |
0.16.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 49366938..d5246db6 100644 --- a/src/constants.go +++ b/src/constants.go @@ -8,7 +8,7 @@ import ( const ( // Current version - version = "0.16.3" + version = "0.16.4" // Core coordinatorDelayMax time.Duration = 100 * time.Millisecond |
