Bump up the version - 0.9.5

This commit is contained in:
Junegunn Choi 2015-03-19 19:12:22 +09:00
parent a723977b9f
commit 6130026786
2 changed files with 2 additions and 2 deletions

View File

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

View File

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