diff options
| author | Junegunn Choi <junegunn.c@gmail.com> | 2017-01-16 02:39:37 +0900 |
|---|---|---|
| committer | Junegunn Choi <junegunn.c@gmail.com> | 2017-01-16 02:39:37 +0900 |
| commit | 4bece042077dbf2a37e4f6a9e03e34e2cd20014c (patch) | |
| tree | 6d0a3b755e3205ac96652fef58aef69fee6547f7 /src | |
| parent | ede7bfb90105b7df5bf115a837e307ac3f2540fe (diff) | |
| download | fzf-4bece042077dbf2a37e4f6a9e03e34e2cd20014c.tar.gz | |
0.16.0
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 9640dbe7..1abc9b96 100644 --- a/src/constants.go +++ b/src/constants.go @@ -8,7 +8,7 @@ import ( const ( // Current version - version = "0.16.0-alpha" + version = "0.16.0" // Core coordinatorDelayMax time.Duration = 100 * time.Millisecond |
