diff options
| author | Junegunn Choi <junegunn.c@gmail.com> | 2015-04-22 01:42:38 +0900 |
|---|---|---|
| committer | Junegunn Choi <junegunn.c@gmail.com> | 2015-04-22 01:42:38 +0900 |
| commit | a4cf5510e36e02994549d2289074fffcf68ecf94 (patch) | |
| tree | 2f82fa5ad1a6727fb11642ffdc11ba9accb68c76 /src | |
| parent | edb5ab56222add7552c9180a65b29afbe0af9714 (diff) | |
| download | fzf-a4cf5510e36e02994549d2289074fffcf68ecf94.tar.gz | |
0.9.11
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 b204cf96..e3b4c861 100644 --- a/src/constants.go +++ b/src/constants.go @@ -8,7 +8,7 @@ import ( const ( // Current version - Version = "0.9.10" + Version = "0.9.11" // Core coordinatorDelayMax time.Duration = 100 * time.Millisecond |
