mirror of
https://github.com/Llewellynvdm/fzf.git
synced 2024-11-25 06:07:42 +00:00
Bump up the version - 0.9.5
This commit is contained in:
parent
a723977b9f
commit
6130026786
2
install
2
install
@ -1,6 +1,6 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
version=0.9.4
|
||||
version=0.9.5
|
||||
|
||||
cd $(dirname $BASH_SOURCE)
|
||||
fzf_base=$(pwd)
|
||||
|
@ -5,7 +5,7 @@ import (
|
||||
)
|
||||
|
||||
// Current version
|
||||
const Version = "0.9.4"
|
||||
const Version = "0.9.5"
|
||||
|
||||
// fzf events
|
||||
const (
|
||||
|
Loading…
Reference in New Issue
Block a user