diff options
| author | Junegunn Choi <junegunn.c@gmail.com> | 2017-12-03 23:34:37 +0900 |
|---|---|---|
| committer | Junegunn Choi <junegunn.c@gmail.com> | 2017-12-03 23:34:37 +0900 |
| commit | 2f1edeff78e275662667abc616287e7b9909c1c0 (patch) | |
| tree | 59c19e437ada73d5977147fc9c8fae89812b974e /src/constants.go | |
| parent | 306d51cdcf7113f720baf9d0a4518da539a13309 (diff) | |
| download | fzf-2f1edeff78e275662667abc616287e7b9909c1c0.tar.gz | |
0.17.2
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 8eddce9f..eebb1924 100644 --- a/src/constants.go +++ b/src/constants.go @@ -9,7 +9,7 @@ import ( const ( // Current version - version = "0.17.1" + version = "0.17.2" // Core coordinatorDelayMax time.Duration = 100 * time.Millisecond |
