This commit is contained in:
Junegunn Choi 2015-01-17 14:15:26 +09:00
parent 4dcc0f10b8
commit 30f9651f99
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
#!/usr/bin/env bash
version=0.9.1-dev
version=0.9.1
cd $(dirname $BASH_SOURCE)
fzf_base=$(pwd)

View File

@ -5,7 +5,7 @@ import (
)
// Current version
const Version = "0.9.1-dev"
const Version = "0.9.1"
// fzf events
const (