summaryrefslogtreecommitdiff
path: root/src/constants.go
diff options
context:
space:
mode:
authorJunegunn Choi <junegunn.c@gmail.com>2015-06-21 17:40:36 +0900
committerJunegunn Choi <junegunn.c@gmail.com>2015-06-21 17:40:36 +0900
commita336494f5d8894f07c6d0297d408d59cd9185565 (patch)
tree7fa90306f773e3d90cb5b5f3aa12d6c9b6996689 /src/constants.go
parent8270f7f0cadf14c76feaadfb4068ccdf599a25e8 (diff)
downloadfzf-a336494f5d8894f07c6d0297d408d59cd9185565.tar.gz
0.10.0
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 87ba0f82..73ba451e 100644
--- a/src/constants.go
+++ b/src/constants.go
@@ -8,7 +8,7 @@ import (
const (
// Current version
- Version = "0.9.13"
+ Version = "0.10.0"
// Core
coordinatorDelayMax time.Duration = 100 * time.Millisecond