diff options
| author | Junegunn Choi <junegunn.c@gmail.com> | 2019-12-18 01:07:25 +0900 |
|---|---|---|
| committer | Junegunn Choi <junegunn.c@gmail.com> | 2019-12-18 01:07:25 +0900 |
| commit | 30577b0c17afff0293700ffa6b7ccb0c954e0b96 (patch) | |
| tree | eff57bc7143fabf5b43cad91c085ff205842896f /src/constants.go | |
| parent | 212de25409636388a2a23befa847b2fa5a5d23ee (diff) | |
| download | fzf-30577b0c17afff0293700ffa6b7ccb0c954e0b96.tar.gz | |
0.20.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 e32c092c..5b85d8af 100644 --- a/src/constants.go +++ b/src/constants.go @@ -10,7 +10,7 @@ import ( const ( // Current version - version = "0.19.0" + version = "0.20.0" // Core coordinatorDelayMax time.Duration = 100 * time.Millisecond |
