diff options
| author | Junegunn Choi <junegunn.c@gmail.com> | 2016-02-07 10:56:29 +0900 |
|---|---|---|
| committer | Junegunn Choi <junegunn.c@gmail.com> | 2016-02-07 11:00:10 +0900 |
| commit | 40d934e378ec2072c9d807f7ca1fca73bda1d13d (patch) | |
| tree | f624a24cbcf1929409d9a1008436018a17ac2340 /src/constants.go | |
| parent | e95d82748fc8fe5a05d93b30388ba37adb7dbac8 (diff) | |
| download | fzf-40d934e378ec2072c9d807f7ca1fca73bda1d13d.tar.gz | |
0.11.3
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 6f6898d5..e859f3bc 100644 --- a/src/constants.go +++ b/src/constants.go @@ -8,7 +8,7 @@ import ( const ( // Current version - version = "0.11.2" + version = "0.11.3" // Core coordinatorDelayMax time.Duration = 100 * time.Millisecond |
