summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 (