We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99edb3b commit 5e0833cCopy full SHA for 5e0833c
1 file changed
main.go
@@ -21,7 +21,7 @@ import (
21
"github.com/mattn/go-runewidth"
22
)
23
24
-const VERSION = "5.12.0"
+const VERSION = "6.0.0"
25
26
// HistoryLimit is the maximum number of commits to review; we'll exit if we
27
// find all files before it; if a file was more than this many commits ago we
0 commit comments