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-26 23:57:26 +0900 |
| commit | 6166e2dd805b4647dbf20facab71ba0745c1ec44 (patch) | |
| tree | ad1816401c608da30fe78b438b4525feb6eb537d /src | |
| parent | ee0c8a2635f564870be7926ded092939428a8b57 (diff) | |
| download | fzf-6166e2dd805b4647dbf20facab71ba0745c1ec44.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 |
