Skip to content

Commit

Permalink
Show version number in verbose output
Browse files Browse the repository at this point in the history
  • Loading branch information
horgh committed Dec 9, 2020
1 parent 65d57e3 commit 919fb1f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,9 @@
# CHANGELOG

## 4.6.0

* Show version number in verbose output.

## 4.5.0 (2020-10-28)

* We no longer use a third party library for exponential backoff. This
Expand Down
1 change: 1 addition & 0 deletions cmd/geoipupdate/main.go
Expand Up @@ -45,6 +45,7 @@ func main() {
}

if config.Verbose {
log.Printf("geoipupdate version %s", version)
log.Printf("Using config file %s", args.ConfigFile)
log.Printf("Using database directory %s", config.DatabaseDirectory)
}
Expand Down

0 comments on commit 919fb1f

Please sign in to comment.