mirror of
https://github.com/junegunn/fzf.git
synced 2025-09-02 05:13:49 -07:00
0.10.9
This commit is contained in:
4
install
4
install
@@ -2,8 +2,8 @@
|
|||||||
|
|
||||||
set -u
|
set -u
|
||||||
|
|
||||||
[[ "$@" =~ --pre ]] && version=0.10.8 pre=1 ||
|
[[ "$@" =~ --pre ]] && version=0.10.9 pre=1 ||
|
||||||
version=0.10.8 pre=0
|
version=0.10.9 pre=0
|
||||||
|
|
||||||
auto_completion=
|
auto_completion=
|
||||||
key_bindings=
|
key_bindings=
|
||||||
|
@@ -8,7 +8,7 @@ import (
|
|||||||
|
|
||||||
const (
|
const (
|
||||||
// Current version
|
// Current version
|
||||||
version = "0.10.8"
|
version = "0.10.9"
|
||||||
|
|
||||||
// Core
|
// Core
|
||||||
coordinatorDelayMax time.Duration = 100 * time.Millisecond
|
coordinatorDelayMax time.Duration = 100 * time.Millisecond
|
||||||
|
Reference in New Issue
Block a user