Skip to content

Commit

Permalink
v1.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
codeyourweb committed Dec 7, 2021
1 parent f79b0d9 commit 02f13f7
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.3b")
fmt.Println("fastfinder v1.3")
if !Contains(os.Args, "-c") && !Contains(os.Args, "--configuration") {
os.Exit(0)
}
Expand Down

0 comments on commit 02f13f7

Please sign in to comment.