diff options
| author | Junegunn Choi <junegunn.c@gmail.com> | 2015-09-12 12:50:32 +0900 |
|---|---|---|
| committer | Junegunn Choi <junegunn.c@gmail.com> | 2015-09-12 12:50:32 +0900 |
| commit | de829c09385c7db074001467873620117e20237a (patch) | |
| tree | 7dce3b6690cdcf4c9b576d5264a8e40c8282e0b8 /src | |
| parent | 64443221aab288a3069d01cdaf86706c6c1d91f3 (diff) | |
| download | fzf-de829c09385c7db074001467873620117e20237a.tar.gz | |
0.10.5
Diffstat (limited to 'src')
| -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 e335a571..b2225f14 100644 --- a/src/constants.go +++ b/src/constants.go @@ -8,7 +8,7 @@ import ( const ( // Current version - version = "0.10.4" + version = "0.10.5" // Core coordinatorDelayMax time.Duration = 100 * time.Millisecond |
