summaryrefslogtreecommitdiff
path: root/src/constants.go
diff options
context:
space:
mode:
authorJunegunn Choi <junegunn.c@gmail.com>2017-02-05 16:17:54 +0900
committerJunegunn Choi <junegunn.c@gmail.com>2017-02-05 16:17:54 +0900
commitee5aeb80a49fbf7bb958e09aa641ef17fb885884 (patch)
treea2d59140828b206986031b028b81b7cc7185fa51 /src/constants.go
parent02ceae15a235de6b5cd2aca9de070fb3fff78e5b (diff)
downloadfzf-ee5aeb80a49fbf7bb958e09aa641ef17fb885884.tar.gz
0.16.4
Diffstat (limited to 'src/constants.go')
-rw-r--r--src/constants.go2
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