summaryrefslogtreecommitdiffstats
path: root/main.go
diff options
context:
space:
mode:
authorJunegunn Choi <junegunn.c@gmail.com>2023-01-24 22:11:14 +0900
committerJunegunn Choi <junegunn.c@gmail.com>2023-01-24 22:11:14 +0900
commit2023012408ff892d43441fce0385943bafdbb52b (patch)
tree42c0d8717b2a656304d949ed026775d85711219f /main.go
parent95a7661bb1b9d55492ccdee52915f47c8187d021 (diff)
0.37.00.37.0
Diffstat (limited to 'main.go')
-rw-r--r--main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.go b/main.go
index 8cf255d6..07c764f1 100644
--- a/main.go
+++ b/main.go
@@ -5,7 +5,7 @@ import (
"github.com/junegunn/fzf/src/protector"
)
-var version string = "0.36"
+var version string = "0.37"
var revision string = "devel"
func main() {