diff options
| author | Junegunn Choi <junegunn.c@gmail.com> | 2015-11-10 01:54:53 +0900 |
|---|---|---|
| committer | Junegunn Choi <junegunn.c@gmail.com> | 2015-11-10 01:54:53 +0900 |
| commit | df468fc4827402b6abe857c114123aaed7e6636d (patch) | |
| tree | cbf793d30687cd57d6249b2d7c060e95babfd29f /src/constants.go | |
| parent | 31278bcc6895089c97fc5d038cd1dd99053c3764 (diff) | |
| download | fzf-df468fc4827402b6abe857c114123aaed7e6636d.tar.gz | |
0.11.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 3da03a4b..c5bcea49 100644 --- a/src/constants.go +++ b/src/constants.go @@ -8,7 +8,7 @@ import ( const ( // Current version - version = "0.10.9" + version = "0.11.0" // Core coordinatorDelayMax time.Duration = 100 * time.Millisecond |
