summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJunegunn Choi <junegunn.c@gmail.com>2015-01-17 14:15:26 +0900
committerJunegunn Choi <junegunn.c@gmail.com>2015-01-17 14:15:26 +0900
commit30f9651f9957d20dfb1b43ddc3ae77bae8c3ac59 (patch)
tree1b845ff03a37ad1944ca81dac8064f9e8e532278
parent4dcc0f10b8514d1c2fd67671ef83314fa73508e6 (diff)
0.9.1
-rwxr-xr-xinstall2
-rw-r--r--src/constants.go2
2 files changed, 2 insertions, 2 deletions
diff --git a/install b/install
index e03c357e..edcad66f 100755
--- a/install
+++ b/install
@@ -1,6 +1,6 @@
#!/usr/bin/env bash
-version=0.9.1-dev
+version=0.9.1
cd $(dirname $BASH_SOURCE)
fzf_base=$(pwd)
diff --git a/src/constants.go b/src/constants.go
index c3d85755..a1be9c48 100644
--- a/src/constants.go
+++ b/src/constants.go
@@ -5,7 +5,7 @@ import (
)
// Current version
-const Version = "0.9.1-dev"
+const Version = "0.9.1"
// fzf events
const (