diff options
| author | Junegunn Choi <junegunn.c@gmail.com> | 2019-11-15 22:54:55 +0900 |
|---|---|---|
| committer | Junegunn Choi <junegunn.c@gmail.com> | 2019-11-15 22:54:55 +0900 |
| commit | 9a41fd5327ffb112ca68d023e165fe0fcee01320 (patch) | |
| tree | 1ff03fc201adc05e2b1fb6f116a93205a2761431 /src/constants.go | |
| parent | b47104203747b2c1af17c07df4eadd6928f5cebc (diff) | |
| download | fzf-9a41fd5327ffb112ca68d023e165fe0fcee01320.tar.gz | |
0.19.0
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 48ba2b7d..e32c092c 100644 --- a/src/constants.go +++ b/src/constants.go @@ -10,7 +10,7 @@ import ( const ( // Current version - version = "0.18.0" + version = "0.19.0" // Core coordinatorDelayMax time.Duration = 100 * time.Millisecond |
