Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
hay-kot committed Aug 2, 2022
1 parent 8a4e293 commit 369d2b9
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 @@ -16,7 +16,7 @@ import (

func main() {
app := &cli.App{
Version: "0.1.0",
Version: "0.1.2",
Name: "gofind",
Usage: "an interactive search for directories using the filepath.Match function",
Commands: []*cli.Command{
Expand Down

0 comments on commit 369d2b9

Please sign in to comment.