Skip to content

Commit

Permalink
Bump version number to 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
midir99 committed Aug 14, 2022
1 parent 5824a81 commit 08510f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/cmd.go
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ func ParseArgs() (*Args, error) {
}

func PrintVersion() {
fmt.Println("rastreadora v0.5.1")
fmt.Println("rastreadora v0.6.0")
}

func SelectScraperFuncs(alertType AlertType) (func(*doc.Doc) ([]mpp.MissingPersonPoster, map[int]error), func(uint64) string, error) {
Expand Down

0 comments on commit 08510f8

Please sign in to comment.