diff options
| author | Junegunn Choi <junegunn.c@gmail.com> | 2015-10-05 23:28:24 +0900 |
|---|---|---|
| committer | Junegunn Choi <junegunn.c@gmail.com> | 2015-10-05 23:28:24 +0900 |
| commit | 1da065e50e2b1270bec1f62f46daf6e84e9ca991 (patch) | |
| tree | f7d86f6c0ac2584085ac3299a7ea908546a6c4d1 /src | |
| parent | 86bc9d506fb29d65d6d666d18422f3337bf52f13 (diff) | |
| download | fzf-1da065e50e2b1270bec1f62f46daf6e84e9ca991.tar.gz | |
0.10.7
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 7deb078f..969eaa94 100644 --- a/src/constants.go +++ b/src/constants.go @@ -8,7 +8,7 @@ import ( const ( // Current version - version = "0.10.6" + version = "0.10.7" // Core coordinatorDelayMax time.Duration = 100 * time.Millisecond |
