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