Skip to content

Commit

Permalink
Release 0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jubalh committed Jan 26, 2023
1 parent 10ef49d commit 9fbc33f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## [0.7.1] 2023-01-26
* Update email address

## [0.7] 2023-01-11
* Add manpage
* Document requirements
Expand Down
4 changes: 2 additions & 2 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,8 @@ func main() {
app.Name = "gontributions"
app.Usage = "contributions lister"
app.Author = "Michael Vetter"
app.Version = "v0.5.2"
app.Email = "jubalh@openmailbox.org"
app.Version = "v0.7.1"
app.Email = "jubalh@iodoru.org"

app.Flags = []cli.Flag{
cli.StringFlag{
Expand Down

0 comments on commit 9fbc33f

Please sign in to comment.