diff options
| author | Junegunn Choi <junegunn.c@gmail.com> | 2015-07-26 23:57:26 +0900 |
|---|---|---|
| committer | Junegunn Choi <junegunn.c@gmail.com> | 2015-07-27 00:09:07 +0900 |
| commit | 909ea1a698e9021fbae3366b1e71ba12f0dd7270 (patch) | |
| tree | 60012a22d6db9b47b38d09d8926a8d85a5a959e7 /src | |
| parent | 7231acd44297850730fed1f6069b340e1885f352 (diff) | |
| download | fzf-909ea1a698e9021fbae3366b1e71ba12f0dd7270.tar.gz | |
0.10.1
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 26929079..cc63af3d 100644 --- a/src/constants.go +++ b/src/constants.go @@ -8,7 +8,7 @@ import ( const ( // Current version - Version = "0.10.0" + Version = "0.10.1" // Core coordinatorDelayMax time.Duration = 100 * time.Millisecond |
