mirror of
https://github.com/junegunn/fzf.git
synced 2025-11-16 07:13:48 -05:00
0.19.0
This commit is contained in:
2
install
2
install
@@ -2,7 +2,7 @@
|
||||
|
||||
set -u
|
||||
|
||||
version=0.18.0
|
||||
version=0.19.0
|
||||
auto_completion=
|
||||
key_bindings=
|
||||
update_config=2
|
||||
|
||||
@@ -10,7 +10,7 @@ import (
|
||||
|
||||
const (
|
||||
// Current version
|
||||
version = "0.18.0"
|
||||
version = "0.19.0"
|
||||
|
||||
// Core
|
||||
coordinatorDelayMax time.Duration = 100 * time.Millisecond
|
||||
|
||||
Reference in New Issue
Block a user