mirror of
https://github.com/junegunn/fzf.git
synced 2025-07-31 20:22:01 -07:00
0.9.2
This commit is contained in:
2
install
2
install
@@ -1,6 +1,6 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
version=0.9.1
|
||||
version=0.9.2
|
||||
|
||||
cd $(dirname $BASH_SOURCE)
|
||||
fzf_base=$(pwd)
|
||||
|
@@ -5,7 +5,7 @@ import (
|
||||
)
|
||||
|
||||
// Current version
|
||||
const Version = "0.9.2-dev"
|
||||
const Version = "0.9.2"
|
||||
|
||||
// fzf events
|
||||
const (
|
||||
|
Reference in New Issue
Block a user