Skip to content
Snippets Groups Projects
Unverified Commit 34fe5ab1 authored by Junegunn Choi's avatar Junegunn Choi
Browse files

0.26.0

parent 1b08f43f
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,7 @@
set -u
version=0.25.1
version=0.26.0
auto_completion=
key_bindings=
update_config=2
......
$version="0.25.1"
$version="0.26.0"
$fzf_base=Split-Path -Parent $MyInvocation.MyCommand.Definition
......
......@@ -5,7 +5,7 @@ import (
"github.com/junegunn/fzf/src/protector"
)
var version string = "0.25"
var version string = "0.26"
var revision string = "devel"
func main() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment