summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJunegunn Choi <junegunn.c@gmail.com>2015-01-24 14:49:21 +0900
committerJunegunn Choi <junegunn.c@gmail.com>2015-01-24 14:49:21 +0900
commit9cb0cdb4aca2d0d71b619e1707cda9d69e224790 (patch)
treeada1079355716f1740b9723aed5f7ed146c7d5e6
parent448132c46c172169af22583403993f4505727ba5 (diff)
0.9.20.9.2
-rwxr-xr-xinstall2
-rw-r--r--src/constants.go2
2 files changed, 2 insertions, 2 deletions
diff --git a/install b/install
index b0164267..b0ec19bb 100755
--- a/install
+++ b/install
@@ -1,6 +1,6 @@
#!/usr/bin/env bash
-version=0.9.1
+version=0.9.2
cd $(dirname $BASH_SOURCE)
fzf_base=$(pwd)
diff --git a/src/constants.go b/src/constants.go
index c588f9f8..9b527431 100644
--- a/src/constants.go
+++ b/src/constants.go
@@ -5,7 +5,7 @@ import (
)
// Current version
-const Version = "0.9.2-dev"
+const Version = "0.9.2"
// fzf events
const (