Skip to content

Commit

Permalink
v3.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
benwh committed Feb 5, 2019
1 parent 2289edd commit d400365
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ builds:
goos:
- linux
- darwin
ldflags: -s -w -X github.com/gocardless/draupnir/version.Version={{.Version}} -X main.commit={{.Commit}}
ldflags: -s -w -X github.com/gocardless/pkg/draupnir/version.Version={{.Version}} -X main.commit={{.Commit}}
archive:
format: tar.gz
name_template: '{{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}'
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ Unreleased

Nothing

3.0.2
-----

- Fix version passed to ldflags

3.0.1
-----

Expand Down
2 changes: 1 addition & 1 deletion DRAUPNIR_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.0.1
3.0.2

0 comments on commit d400365

Please sign in to comment.