Update default number version (#2307)

This commit is contained in:
calvin ardi 2021-01-07 20:35:46 -08:00 committed by GitHub
parent cbb008c938
commit bf447d7703
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ import (
"github.com/junegunn/fzf/src/protector"
)
var version string = "0.24"
var version string = "0.25"
var revision string = "devel"
func main() {