mirror of
https://github.com/Llewellynvdm/fzf.git
synced 2025-02-02 20:18:31 +00:00
0.10.9
This commit is contained in:
parent
6bddffbca4
commit
64afff6b9a
4
install
4
install
@ -2,8 +2,8 @@
|
||||
|
||||
set -u
|
||||
|
||||
[[ "$@" =~ --pre ]] && version=0.10.8 pre=1 ||
|
||||
version=0.10.8 pre=0
|
||||
[[ "$@" =~ --pre ]] && version=0.10.9 pre=1 ||
|
||||
version=0.10.9 pre=0
|
||||
|
||||
auto_completion=
|
||||
key_bindings=
|
||||
|
@ -8,7 +8,7 @@ import (
|
||||
|
||||
const (
|
||||
// Current version
|
||||
version = "0.10.8"
|
||||
version = "0.10.9"
|
||||
|
||||
// Core
|
||||
coordinatorDelayMax time.Duration = 100 * time.Millisecond
|
||||
|
Loading…
x
Reference in New Issue
Block a user