diff options
| author | Junegunn Choi <junegunn.c@gmail.com> | 2015-06-21 17:40:36 +0900 |
|---|---|---|
| committer | Junegunn Choi <junegunn.c@gmail.com> | 2015-06-21 17:40:36 +0900 |
| commit | a336494f5d8894f07c6d0297d408d59cd9185565 (patch) | |
| tree | 7fa90306f773e3d90cb5b5f3aa12d6c9b6996689 /src/constants.go | |
| parent | 8270f7f0cadf14c76feaadfb4068ccdf599a25e8 (diff) | |
| download | fzf-a336494f5d8894f07c6d0297d408d59cd9185565.tar.gz | |
0.10.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 87ba0f82..73ba451e 100644 --- a/src/constants.go +++ b/src/constants.go @@ -8,7 +8,7 @@ import ( const ( // Current version - Version = "0.9.13" + Version = "0.10.0" // Core coordinatorDelayMax time.Duration = 100 * time.Millisecond |
