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 f79b0d9 commit 02f13f7Copy full SHA for 02f13f7
main.go
@@ -43,7 +43,7 @@ func main() {
43
44
// version
45
if *pFinderVersion {
46
- fmt.Println("fastfinder v1.3b")
+ fmt.Println("fastfinder v1.3")
47
if !Contains(os.Args, "-c") && !Contains(os.Args, "--configuration") {
48
os.Exit(0)
49
}
0 commit comments