This commit is contained in:
Junegunn Choi 2015-01-24 14:49:21 +09:00
parent 448132c46c
commit 9cb0cdb4ac
2 changed files with 2 additions and 2 deletions

View File

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

View File

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