Skip to content

Commit

Permalink
1.4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
codeyourweb committed Dec 12, 2021
1 parent 76d9c06 commit de6f3fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ func main() {

// version
if *pFinderVersion {
fmt.Println("fastfinder v1.3")
fmt.Println("fastfinder v1.4")
if !Contains(os.Args, "-c") && !Contains(os.Args, "--configuration") {
os.Exit(0)
}
Expand Down

0 comments on commit de6f3fa

Please sign in to comment.