We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76d9c06 commit de6f3faCopy full SHA for de6f3fa
main.go
@@ -43,7 +43,7 @@ func main() {
43
44
// version
45
if *pFinderVersion {
46
- fmt.Println("fastfinder v1.3")
+ fmt.Println("fastfinder v1.4")
47
if !Contains(os.Args, "-c") && !Contains(os.Args, "--configuration") {
48
os.Exit(0)
49
}
0 commit comments