Skip to content

Commit 6701179

Browse files
committed
chore(deps): update dependency junegunn/fzf to v0.56.3
1 parent 1b92de5 commit 6701179

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install/fzf.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ clean() {
1212

1313
install() {
1414
# renovate: datasource=github-tags depName=junegunn/fzf
15-
local FZF_VERSION_TAG="v0.56.2"
15+
local FZF_VERSION_TAG="v0.56.3"
1616
local FZF_VERSION="${FZF_VERSION_TAG/v/}"
1717
if [[ ! -f "${HOME}/opt/fzf/fzf_${FZF_VERSION}" ]]; then
1818
mkdir -p "${HOME}/opt/fzf"

0 commit comments

Comments
 (0)