diff options
| author | Junegunn Choi <junegunn.c@gmail.com> | 2016-04-25 01:23:52 +0900 |
|---|---|---|
| committer | Junegunn Choi <junegunn.c@gmail.com> | 2016-04-25 01:23:52 +0900 |
| commit | 35a9aff8e1caaaa18bce82e93a54b12e73c897c2 (patch) | |
| tree | c1dacb0227ffb92ae3c0ff8de5c2e3beea5312c4 /src/constants.go | |
| parent | 988c9bd9be48b487bccca2d1d90d67c341c3bbf3 (diff) | |
| download | fzf-35a9aff8e1caaaa18bce82e93a54b12e73c897c2.tar.gz | |
0.12.1
Diffstat (limited to 'src/constants.go')
| -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 bb2af449..2e41e8be 100644 --- a/src/constants.go +++ b/src/constants.go @@ -8,7 +8,7 @@ import ( const ( // Current version - version = "0.12.0" + version = "0.12.1" // Core coordinatorDelayMax time.Duration = 100 * time.Millisecond |
