diff options
| author | Junegunn Choi <junegunn.c@gmail.com> | 2015-08-03 00:21:21 +0900 |
|---|---|---|
| committer | Junegunn Choi <junegunn.c@gmail.com> | 2015-08-03 00:21:21 +0900 |
| commit | c4cf90a3d22a4641633f366fe64b992a62dab13f (patch) | |
| tree | 7fbd9193975cab5c7f15d557a366194029013f7d /src | |
| parent | 15c49a3e084d758d3e475da27111732556deaecb (diff) | |
| download | fzf-c4cf90a3d22a4641633f366fe64b992a62dab13f.tar.gz | |
0.10.2
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 91c863a6..e19f5f4e 100644 --- a/src/constants.go +++ b/src/constants.go @@ -8,7 +8,7 @@ import ( const ( // Current version - version = "0.10.1" + version = "0.10.2" // Core coordinatorDelayMax time.Duration = 100 * time.Millisecond |
