From 6130026786fce0a8ac9e053694761405f4f599c3 Mon Sep 17 00:00:00 2001 From: Junegunn Choi Date: Thu, 19 Mar 2015 19:12:22 +0900 Subject: [PATCH] Bump up the version - 0.9.5 --- install | 2 +- src/constants.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/install b/install index 9871eab1..50f00761 100755 --- a/install +++ b/install @@ -1,6 +1,6 @@ #!/usr/bin/env bash -version=0.9.4 +version=0.9.5 cd $(dirname $BASH_SOURCE) fzf_base=$(pwd) diff --git a/src/constants.go b/src/constants.go index f5138534..729bc5c4 100644 --- a/src/constants.go +++ b/src/constants.go @@ -5,7 +5,7 @@ import ( ) // Current version -const Version = "0.9.4" +const Version = "0.9.5" // fzf events const (