Skip to content

Commit

Permalink
fix(changelog): make default date in main.go parsable
Browse files Browse the repository at this point in the history
  • Loading branch information
zbindenren committed Feb 4, 2021
1 parent 50394ce commit a0d386b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/changelog/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import (
var (
version = "dev"
commit = "12345678"
date = "2006-01-02T15:04:05Z07:00"
date = "2020-09-22T11:11:10+02:00"
)

func main() {
Expand Down

0 comments on commit a0d386b

Please sign in to comment.