diff options
| author | Junegunn Choi <junegunn.c@gmail.com> | 2017-12-03 23:55:24 +0900 |
|---|---|---|
| committer | Junegunn Choi <junegunn.c@gmail.com> | 2017-12-03 23:55:24 +0900 |
| commit | 390b49653b441c958b82a0f78d9923aef4c1d9a2 (patch) | |
| tree | 66df46016f13b77307f8198f1d20a29dc7444ce2 /src/constants.go | |
| parent | b877c385f01bf04e7c6449d799880ce9d6191d44 (diff) | |
| download | fzf-390b49653b441c958b82a0f78d9923aef4c1d9a2.tar.gz | |
0.17.3
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..0629d054 100644 --- a/src/constants.go +++ b/src/constants.go @@ -9,7 +9,7 @@ import ( const ( // Current version - version = "0.17.1" + version = "0.17.3" // Core coordinatorDelayMax time.Duration = 100 * time.Millisecond |
