diff options
| author | Junegunn Choi <junegunn.c@gmail.com> | 2015-08-02 13:06:15 +0900 |
|---|---|---|
| committer | Junegunn Choi <junegunn.c@gmail.com> | 2015-08-02 13:11:59 +0900 |
| commit | 634670e3ea51a2fa1498a3de0c074b819828e2d8 (patch) | |
| tree | 6402741aa9c0fb35fa2e014bc03d4b788557253f /src/constants.go | |
| parent | dea60b11bca22f4bf886ae7026bac44521038010 (diff) | |
| download | fzf-634670e3ea51a2fa1498a3de0c074b819828e2d8.tar.gz | |
Lint
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 a2382953..91c863a6 100644 --- a/src/constants.go +++ b/src/constants.go @@ -8,7 +8,7 @@ import ( const ( // Current version - Version = "0.10.1" + version = "0.10.1" // Core coordinatorDelayMax time.Duration = 100 * time.Millisecond |
