diff options
| author | Junegunn Choi <junegunn.c@gmail.com> | 2015-10-09 12:41:29 +0900 |
|---|---|---|
| committer | Junegunn Choi <junegunn.c@gmail.com> | 2015-10-09 12:42:07 +0900 |
| commit | b3010a46241df01a93dd844822762d9f93ca2850 (patch) | |
| tree | 37d7e8b6735f0fbc169fe345d00af340787549fb /src | |
| parent | 7d53051ec891fec3fce1788278b9937b1994efca (diff) | |
| download | fzf-b3010a46241df01a93dd844822762d9f93ca2850.tar.gz | |
0.10.8
Diffstat (limited to 'src')
| -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 969eaa94..1c99e11d 100644 --- a/src/constants.go +++ b/src/constants.go @@ -8,7 +8,7 @@ import ( const ( // Current version - version = "0.10.7" + version = "0.10.8" // Core coordinatorDelayMax time.Duration = 100 * time.Millisecond |
