diff options
| author | Junegunn Choi <junegunn.c@gmail.com> | 2017-01-22 14:13:37 +0900 |
|---|---|---|
| committer | Junegunn Choi <junegunn.c@gmail.com> | 2017-01-22 14:13:37 +0900 |
| commit | ff248d566d424beb1eda8f7984f385658353b244 (patch) | |
| tree | b716bb62907ee70b143f315833f4ef78434d1d9f /src/constants.go | |
| parent | 6ccc12c332f97f6be9487d8289c46964e2d41bd3 (diff) | |
| download | fzf-ff248d566d424beb1eda8f7984f385658353b244.tar.gz | |
Drop ncurses dependency
Close #818
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 0faa7da1..082909b8 100644 --- a/src/constants.go +++ b/src/constants.go @@ -8,7 +8,7 @@ import ( const ( // Current version - version = "0.16.1" + version = "0.16.2-alpha" // Core coordinatorDelayMax time.Duration = 100 * time.Millisecond |
